Viewing 3 posts - 1 through 3 (of 3 total)
Hi All,
I am also gettitg error like below any help me out
Server: Msg 7346, Level 16, State 2, Line 1
Could not get the data of the row from the...
September 17, 2009 at 5:29 pm
#1055308
Thanks for every one help
I resolved the issue using below
Declare @dt smalldatetime
declare @no tinyint
SET @dt = '23 May 2008'
SET @no = 2
While @no > 0
BEGIN
...
May 26, 2008 at 6:33 pm
#820307
Thanks for ur reply
Can you give some example
May 25, 2008 at 11:25 pm
#820104