I inhereted a database recently where all sprocs start with "sp", for example "spVerifyLoader".
Will this cause master to be scanned for such a sproc or do you need the underscore to encounter that problem? ("sp_VerifyLoader")
spVerifyLoader
v.
sp_VerifyLoader
tx