Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Programming / SQL / December 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
sys.sql_expression_dependencies bug?15 Dec 2008 22:27 GMT7
I'm trying out the sys.sql_expression_dependencies view in
SQL2008 to track dependencies of our database objects.  The
ultimate purpose of this is to be able to generate a list
of DB objects in the order in which they need to be applied
Getting UDT for all varchars15 Dec 2008 21:35 GMT2
In Sql Server 2005, I am trying to get the columns from a table and their
type.  I also have a UDT set as login1 that is a varchar(30).  It is showing
up for all of the columns that are varchars, regardless of how many
characters it is set to.
Find connections15 Dec 2008 21:35 GMT3
Is there a way to find out how many connections a particular Login or dbName
has?
Also, how many connections a hostname has?
I know that sp_who will give me a list of connections of but I am trying to
ODBC SQLPutData into text column "sometimes" causes error 2200115 Dec 2008 20:35 GMT3
I've been hitting my head against the wall for three days now trying to
figure out why I get the error:
22001 [Microsoft][ODBC SQL Server Driver]String data, right truncation
(same error occurs with SQL Server 2005 and 2000)
Reports.15 Dec 2008 19:07 GMT1
Hi team,
  I would like to know where can I post a question about deploying reports
inside SQL Server? I could not be able to find any report forum...
Thanks,
BLOB Question15 Dec 2008 19:03 GMT2
Hi! I have a table called Rendering. This table have the
column BLOB. I rendering all Microsoft word file to this
table. I have no experience with SQL Server 2000.
My question is ?? How I can search a text inside the word
Disable transaction log15 Dec 2008 18:14 GMT7
Using SQL 7, i need execute a query to eliminate 11 millions of lines and
works fine.
The problem is the space on disk. Is not much and to execute a query the log
file grows up to 16 Gb.
11 joins15 Dec 2008 17:36 GMT7
I am still digging old sql code, sometime I see one select query use 11
joins or even more.
I got some impression that is not good idea to join more than 6 tables (nor
more than 6 indexes on one table --separate question). Since I have been
8152 - String or binary data would be truncated.15 Dec 2008 16:05 GMT6
This error happen when I tried to insert a value too long in a varchar
column:
(insert "123456" in a column varchar(3))
Is there a way to tell the server to truncate the value and insert
Help with sql15 Dec 2008 15:03 GMT5
I have some xml that I pass in to a proc which I create a table from.
DECLARE @UserAssignedRoles
   TABLE (
        RoleId int,
Need help on sql job/SQL dynamic sequel statement.15 Dec 2008 09:15 GMT6
I can't find what wrong with the step1 below.  I create a job to run and
select Type: TRansact-SQL Script using xp_cmdshell to execute the dynamic
sequel because but it does not work.  Which is not return any messages back
to the log file but when I change to select Operating ...
NOT YET RESOLVED15 Dec 2008 05:47 GMT4
Hi I have the following problem:
The data  set obtained from a stored proc proc1 with input parameter
@partnum is:
projectno   partno
is a good idea to divide table?14 Dec 2008 22:38 GMT17
First, thanks for all answered my previous questions.
I have a data table which holds customers data. I am afraid overtime this
data table will grow too many rows (user might not want to maintain it). I
am thinking create one table per customer with identical table schema when
CTE and a scalar UDF14 Dec 2008 22:21 GMT7
Is it possible to use CTE inside of a scalar UDF?
Thanks
Using a dataset output of a stored procedure to form dataset with14 Dec 2008 16:00 GMT3
I have a stored procedure as follows:
alter procedure prr_temp_source_partnum_out
@part_num varchar(50)
--,@projectno varchar(11) output
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.