Describe how you would ensure a T-SQL script ran on a particular database where there are multiple databases on a single server.

Showing Answers 1 - 1 of 1 Answers

nayan21

  • Oct 31st, 2011
 

at the start of the script, you can insert below statement to make sure that script will run on a particular database:

use

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions