Restoring a database backup in .BAK format using SQL Server 2005
October 10th, 2009
3 Comments
In most cases, you will be able to properly restore a SQL Server backup file in .BAK format using SQL Server 2005. But sometimes you will encounter the following error Restore failed for Server 'YOUR_COMPUTER_NAME'. (Microsoft.SqlServer.Smo) System.Data.SqlClient.SqlError: Directory...

