Dear All,
I have a mdf file and want to import the file to mssql 2005, But i can't find the function when i right click the database name in SQL Server Management Studio. What should i do?
Regards,
Ricky
You can choose to attach the mdf file as a new database. Right-click on the 'Databases' option on SSMS and click attach or use T-SQL (sp_attach_db).|||hi
Gargi is very right,
I would like to Add,
the thing is you need to attached the .mdf file as well as its log file with that mdf file.
(this is the process of attaching, there is no direct process of importing a mdf file)
Regrds,
Thanks.
Gurpreet S. Gill
|||I just want to add once you attach a 2000 database in 2005 you can't go back just make sure you have a copy.
No comments:
Post a Comment