Is there a way to look at the internals of built-in stored procedures and see what they are doing? <
If you are using SQL Server Management Studio 2005 you could simply
right click on these ones and select "edit" and see the source code
for a lot of them (if they are not locked)
Comment