score:1

Accepted answer

the system stored procedures are not actually sitting inside your database, but rather the read-only resource database.

http://msdn.microsoft.com/en-us/library/ms190940.aspx

however, here's how you can make it possible to find them:

accessing system databases/tables using linq to sql?


Related Query

More Query from same tag