I'm running the following statement, it is working locally with SQL Server
2008, however, there is SQL Server
2008 Express on the development server, and after the sql statement runs, I am unable to do SELECT statements on the table in which I deleted the record. Both databases were created with the same table creation scripts.
"DELETE
…