Hi there,
I am currently porting a code form Mysql to MSSQL,
In mysql the following sql statement works fine:
"DROP TABLE IF EXISTS "+tableName
but when I run it against MSSQL, they are saying that they dont allow an IF there:
Does anyone know how I should go about implementing this?
Thanks
I am currently porting a code form Mysql to MSSQL,
In mysql the following sql statement works fine:
"DROP TABLE IF EXISTS "+tableName
but when I run it against MSSQL, they are saying that they dont allow an IF there:
Does anyone know how I should go about implementing this?
Thanks