GAC in 4.0:
C:\WINDOWS\Microsoft.NET\assembly
Gac in <=2.o
C:\WINDOWS\\assembly
Why ?
http://www.umbraworks.net/bl0g/rebuildall/2010/02/10/Global_Assembly_Cache_in_NET_4_0
GAC in 4.0:
C:\WINDOWS\Microsoft.NET\assembly
Gac in <=2.o
C:\WINDOWS\\assembly
Why ?
http://www.umbraworks.net/bl0g/rebuildall/2010/02/10/Global_Assembly_Cache_in_NET_4_0
// Lists all the stored procedures in the DB
exec sp_stored_procedures
// Retrieves the Stored Procedure text to the output window.
EXEC sp_helptext N’spnamen’;