I have written a small application, that can restore a database (C# and SQL2005), but after I have accessed the database, I can’t drop it – it says that it is in use.. I guess it has to do with the SQLconnection-pooling, but can I force it to relase the database??
I have written a small application, that can restore a database (C# and SQL2005),
Share
Specify ‘Pooling=False’ in the connection string.