There are large number of System Stored Procedures. Here are few stored procedures that should be known by every developer who work with Databases. And these stored procedures will be very handy at times(Particularly for me.My favorites :) ).sp_Help: Gives the structure of the table.Syntax: sp_HelpEg: sp_Help 'dbo.tblProduct'sp_Helptext:Gives the definition of the objects like Stored Procedures
↧