What are objects that cannot be created inside stored procedure?



Following objects cannot be created inside the stored procedure.

PROCEDURE
DEFAULT CONSTRAINT
TRIGGER
VIEW
RULE

Other database objects like TABLE, INDEX etc., can be created inside the stored procedure.


This entry was posted in . Bookmark the permalink.

Leave a reply