Viewing 6 posts - 16 through 21 (of 21 total)
Michael L John (5/26/2015)
anjaliagarwal5 (5/26/2015)
I have to modify a stored procedure that is written by someone else.Basically the stored prcoedure uses a cursor to fetch the data...
May 26, 2015 at 3:08 pm
Luis Cazares (5/26/2015)
BEGIN TRY
BEGIN...
May 26, 2015 at 2:20 pm
Thanks for all your help. Works great!!
Learned something new!!
May 26, 2015 at 1:30 pm
Thank you.
In the above code, after creating the table, should I insert the data into the #OUTPUT table right after creating it so
BEGIN TRY
BEGIN TRAN
...
May 26, 2015 at 11:52 am
I created the table this way
create TABLE TableA
(
HNum VARCHAR(4)
,DTG BIGINT
,mID VARCHAR(6)
,filterKey VARCHAR(6)
...
March 1, 2012 at 8:54 am
Viewing 6 posts - 16 through 21 (of 21 total)