Creating user defined System Objects in SQL Server

You can create an object in SQL Server and convert it to a system object just by marking the object as given below. By doing so you will be able to call the procedure from any db context

EXEC sp_MS_marksystemobject 'object_name' 

Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *