Ensure correct sql server instance db in script before executing? -
How can I specify in my .sql script that it only executes against my localhost SQL Server DB frequency And not on any other open connection to my integration or test environment?
dbsetupscript.sql
Use myDB - Wifet Safe Goud I can keep here to make sure that this script can only be executed by VIA DELETING TABLES Before starting my local environment, etc.? Delete Mother Removal - Delete other tables and enter duplicate production data
Try
code should be something like
if (@@ serverName = 'localhost') Delete DEBT MadreTel - Delete other tables and enter simulated production data END ELSE print 'incorrect example'
Comments
Post a Comment