Viewing post 1 (of 1 total)
I use the "USE" Clause at the Beginning of a Stored Procedure only to specify which database the stored proc will reside.
Example:
USE ThisDB
IF EXISTS (SELECT name FROM sysobjects
WHERE...
May 22, 2006 at 4:38 am
#639190