Click here to Skip to main content
16,012,110 members

Comments by vidkaat (Top 148 by date)

vidkaat 2-Jul-15 8:26am View    
yes
vidkaat 1-Jul-15 19:24pm View    
running the procedure from SQL Management Studio
vidkaat 1-Jul-15 16:22pm View    
No Error message. Its reseeding the tables. But none of the PRINT statement is working.
vidkaat 1-Jul-15 15:13pm View    
Thanks a lot. But I found that the PRINT statement does not work now. Is there a reason behind it??
vidkaat 1-Jul-15 14:48pm View    
Its not Exec this statement:
SET @varSQL1 = 'DBCC CHECKIDENT (' + @DBName + '.dbo.AcctHolder, reseed, ' + @RESEED + ' )'
After PRINT @varSQL1 when it tries to execute the @varSQL1 it throws that error.