Hi every one,
I need Script for Attached MDF file, my sql server not supporting this MDF version, giving an microsoft error 948.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manish KumarPosted May 24, 2018, 5:12 AM
Mahima GuptaPosted May 24, 2018, 4:30 AM
Hi after following these steps you can do convert MDF files into SQL scripts. These steps I referred from this blog - https://www.sysinfotools.com/blog/convert-mdf-to-sql-script/
Step 1: Click on ‘Start’ – All programs – SQL Server – SQL Server Management Studio
Step 2: Now go to SQL Server name and clock on the left side of the screen and then click on New Query>
Step 3: Copy the command code into the SQL command console
Step 4: Now replace the old database with the new one and rename it.
Step 5: And press F5 to execute the process.
Manish KumarPosted Sep 11, 2017, 6:52 AM
Andrew JacksonPosted Sep 11, 2017, 5:13 AM
which is capable to convert .mdf to .sql as the tool can easily work on offline MDF/NDF database file.
Arun KumarPosted Oct 30, 2015, 12:25 AM
Surendra KandiraPosted Oct 22, 2015, 4:44 AM