Sunday, June 8, 2014

Msg 2812, Level 16, State 62, Line 1 Could not find stored procedure 'run'.

while running that script "run DBCC CHECKDB" i got the above error to solve it create the following stored procedure and re-run the script again.

CREATE PROCEDURE run
AS
SELECT * FROM SYS.tables

No comments:

Post a Comment