How to integrate ready database into new installed mssql [closed]
I need to configure and run ready web site. I installed apache and configured it.Now frontend of the web site works great. I need to configure the backend also. They used mssql 2005 and also sent me the database. I installed the express version of the mssql 2005, and now I don't know how to integrate ready dat开发者_StackOverflow社区abase to the new installed mssql. Please help me to find out. Thank you in advance!
What type of Microsoft SQL Server 2005 database file are you trying to use? A SQL "BACKUP" of the original database or a detached database you want to reattach to your database server?
Instructions to reattach a MS SQL 2005 database: http://msdn.microsoft.com/en-us/library/ms190209(v=SQL.90).aspx
Instructions to restore a MS SQL 2005 database from a backup file: http://msdn.microsoft.com/en-us/library/ms177429(v=SQL.90).aspx
精彩评论