Detected 1 occurrence(s) of ‘waitfor delay \’\d+:\d+:\d+\”: Create proc MyVoidProc as Begin Waitfor Delay '00:00:05' Print 'This has been executed' End GO; Create Proc TestNestedSP as Begin Select * From sys.tables --Some select statement that needs to be returned Exec MyVoidProc --This does not return anything. End Source: http://pastebin.com/raw.php?i=FPqc0W5S
↧