:
- / ... , , . - , db, ..
- DTC Teardown... , .
# 1 , RAM-, . , . DTC , 1000 , , .
/:
public void Reset()
{
if (!this.initialized || !this.connectionString.Contains("(local)"))
return;
TestDbManager.CopyNewFiles(this.remoteDatabaseSourceFolder, this.localDatabaseFilesCacheFolder);
this.Detach(this.database);
TestDbManager.CopyNewFiles(this.localDatabaseFilesCacheFolder, this.localSqlServerWorkingFolder);
this.ReAttach(this.database, this.localSqlServerWorkingFolder);
}
, (a) db (b) db. , a b, .
/ ...
exec sp_attach_db @dbname = '{0}'"
exec sp_detach_db @dbname = '{0}'"
, , .