Viewing 3 posts - 1 through 4 (of 4 total)
Thanks for your Reply.
I have modified the SQL query and the below SQL query done what i need exactly.
DECLARE @MyCursor CURSOR
DECLARE @txtValue varchar(MAX)
BEGIN
SET @MyCursor = CURSOR...
March 16, 2015 at 11:33 am
#1784309
Still I am getting the same error as below
Msg 512, Level 16, State 1, Line 6
Subquery returned more than 1 value. This is not permitted when the subquery follows =,...
March 13, 2015 at 2:05 am
#1783787
Thanks for your reply.
The above solution will extract Cancellation date from Static XML. But I need to retrieve Cancellation date from Table which contains more than one row.So I have...
March 13, 2015 at 1:26 am
#1783778