Google Custom Search

Wednesday, June 10, 2009

Creating 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.

sp_MS_marksystemobject 'object_name'