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'
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'
by
Tags:
Leave a Reply