I am a developer and I have a deploy T-SQL Script that is designed to be used by deployment team under Query Analyzer.... I placed tons of comments and have a USE Statement to insure that proper database is active before SQL is executed. Only issue is that the deployment team executed the script against the Model environment instead of Prod. They were connected to the Model box.
Is there anything like a Connection String I can place in my T-SQL Code to insure that it is run on the Prod environment? I want to prevent this from reocurring.
TIA;
Steve Medvid
"IT Consultant & Web Master"
Chester County, PA Residents
Please Show Your Support...
Is there anything like a Connection String I can place in my T-SQL Code to insure that it is run on the Prod environment? I want to prevent this from reocurring.
TIA;
Steve Medvid
"IT Consultant & Web Master"
Chester County, PA Residents
Please Show Your Support...