Is it possible to see the CODE for sp_executesql? I would like to see the actual code. I could not find it in sql server management studio.
+1
A:
sp_executesql is an extended stored procedure. It's binary in a DLL.
deepcode.co.uk
2008-10-22 04:28:41