Preventing SQL from Running on a Testing SQL Server January 22, 2019 There are two ways to prevent your SQL code from running on a testing or production server. You can use the @@SERVERNAME Variable or the DB_NAME function, as shown next