Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
USE command in SP
Message
From
09/10/2005 21:44:01
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
USE command in SP
Miscellaneous
Thread ID:
01057586
Message ID:
01057586
Views:
84
Hi,

Normally, in QA, we can switch to another database using the USE command
like 'use DBX'.

However, we can use it in our normal SP. Therefore, I not sure
whether using dynamic SQL to 'switch' database in SP will still work
as in QA like

SET @execstr = 'USE '+@@db_name
EXEC(@execstr)


Cos I am using some DBCC CONTIG command to check for index
and need to switch to that database to use it.

Please advise or comment. Thank you
Best Regards
Virusim
Next
Reply
Map
View

Click here to load this message in the networking platform