NO, user defined Stored Procedures, should not start with SP_, as this bring down the performance. SQL Server looks for a stored procedure beginning with "sp_" in the following order: MASTER system database use FQN (Fully Qualified Name) to locate the SP if FQN is not supplied, current database is used with dbo as owner [...]
Tag Archives: how stored procedure executes
Should Stored Procedure name start with SP_ ???
Posted by Mahesh Gupta on December 31, 2010
0 comments