Viewing 4 posts - 1 through 4 (of 4 total)
Thanks Sean.. here is the query I have written.
DECLARE @Tab1 table (ID Int , PS varchar(10),NPS1 varchar(10), NPS2 varchar(10))
INSERT INTO @Tab1
SELECT 1, 'A', 'B', 'C'
UNION ALL
SELECT...
September 1, 2015 at 3:43 pm
Just Wanted to check if there is any better way to write the query without case statements.
September 1, 2015 at 2:52 pm
Yes, the proxy account exists on the server and its having sysadmin privileges on the server.
October 15, 2012 at 1:02 pm
any thoughts on this...
October 12, 2012 at 6:54 am
Viewing 4 posts - 1 through 4 (of 4 total)