Friday, 25 May 2012

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.


No comments:

Post a Comment