Topics
Started by
Posts
Last post
I have a need to add a leading zero to an int. For example, if the number is 1 then I want to add t…
5 replies
Of course, I see Jeff's "reverse split string function" when I don't need it. And when I do need it…
39 replies
I have a user who wants the results of a query stored into a file. I can run the query in SSMS and…
6 replies
I need to change this statement. It does work the way it is but.. I need to evaluate each one of th…
3 replies
I have a requirement of searching for enrollment spans with our company, where the member is enroll…
8 replies
Hi, Just was wondering if putting this line at the beginning of a stored procedure equates to usin…
1 replies
Can somebody explain why:- select run_id from T_BIR_RUN where run_id = (select max(run_id) from T_B…
11 replies
Hello, I have a 3 parameter User Stored Procedure that reads: EXEC dbo.usp_Generate_Metric_Table …
3 replies
hello I have this cmd declare @cmd varchar(2000) select @cmd = 'C:\"Program Files (x86)"\WinZip\wzz…
3 replies
This is embarrassing to ask, but I just can't find a clear answer. First, this article seems pretty…
2 replies
Hi all - I'm wondering which query is better - If Not Exists vs a variable with an If statement. Op…
2 replies
I have this query, but I can't get it to work. The error I get is Only one expression can be speci…
29 replies
Hi all, I got most of the way on this problem at the MSDN T-SQL forums, but now I have one last pro…
5 replies
Hi, I have a table which I bcp out in a stored procedure. The Stored procedure is scheduled daily u…
1 replies
Hi there, I'm having an error as below Error3/19/2011 4:16:36 AMTRIMEvnt100(1)"[22734] Client …
1 replies
Viewing 15 topics - 2,101 through 2,115 (of 12,234 total)
You must be logged in to create new topics.