Just so you know...
Detaching a database in SQL Server doesn't delete the files (.ldf, .mdf, .ndf) where the data is stored. Deleting a database is different then detaching a database. Detaching allows you to move the files and reattach them to a different SQL Server. However, once you detach a database it is not available to query.
{6230289B-5BEE-409e-932A-2F01FA407A92}
Comments
Post a Comment