I'm trying to use temporary tables with a connection to a database server running SQL Server 2014. Unfortunately, there seems to be DROP TABLE IF EXISTS SQL query only supported by SQL Server 2016 and ...
Drops an existing table, or a list of tables. The command will fail if dependent objects exist and the RESTRICT clause is used (the default). All dependent views and constraints are dropped as well if ...