Topics
Started by
Posts
Last post
I am looking for a way to add the query execution time to the result of the query. This is not a b…
3 replies
Greetings, I need a script to divide the contents of two columns by the number 2. Each column conta…
27 replies
Hi All, SQL Server 2000 Can someone help me with the following - some background info first: - I h…
15 replies
Ive got a sproc that dynamically builds a where clause and executes the results using an insert sel…
8 replies
Dear all, In a SQL-Script I want to use the column name as a variable, but a do not know the correc…
4 replies
Hi , The wrong way : UPDATE Customer SET CustText = CustText + 'ABCD' WHERE CustId = 10 The right …
5 replies
I just read an article by Clinton Herring titled "Replacing Cursors and While Loops". It got me thi…
5 replies
SET NOCOUNT ON DECLARE @ceb-2 TABLE ( IRNumber INT ) INSERT @ceb-2 VALUES (1) INSERT @ceb-2…
2 replies
Ok... kinda a follow up to this thread: http://www.sqlservercentral.com/forums/shwmessage.aspx?foru…
5 replies
When results are sent to a textfile from a stored procedure, two sets of CRLF are written…
4 replies
I need to sum amount where the number of rows (months) to consider depends on a parameter For examp…
5 replies
Hi guys. Can we fire multiple queries on the same connection simultaneously? I mean a batch …
17 replies
Hello, We have several reports on the web that require printing. Now as I am sure all of you k…
15 replies
Hi, I have recently taken over a development project which is partially complete. I am trying to pu…
8 replies
Greetings, Since I am a newbie writing stored procedures, perhaps I am missing some obvious solutio…
20 replies
Viewing 15 topics - 9,916 through 9,930 (of 17,082 total)
You must be logged in to create new topics.