Indeed, it is not good practice to use this DB..... Ho hum.
-----Original Message----- From: Phillip Beazley [mailto:[EMAIL PROTECTED] Sent: 05 December 2005 19:36 To: CF-Talk Subject: RE: Stored Proc At 08:11 AM 12/5/2005, Robertson-Ravo, Neil (RX) wrote: > >> That said, though, claiming it's detrimental to performance is wildly >false. > >Erm, no it is true... check BOL. > >Naming it with "sp_" can reduce reduce performance. When you call a stored >procedure that starts with sp_, SQL Server always checks the master database >first, even if the stored procedure is qualified with the database name. > > From BOL. Exactly. As I said, I forgot about mentioning that this was to be created in the master database, otherwise you'd *not* want to use the prefix. -- Phillip Beazley Onvix -- Website Hosting, Development & E-commerce Visit http://www.onvix.com/ or call 727-578-9600. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226147 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

