Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: How to force drop database?

    I had the same problem too...

    Situation is resolved and working when executing the following SQL statement within a try/catch (Im doing this through C#)

    string sqlStrDrop = "USE "+databaseName+"...

Viewing post 1 (of 1 total)