Hi friends...
I have a script file of any database, I want to open this file in sql server ? How to open ?
Please explain ?
Thanks..........
Loading
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.
Prabhu RajaPosted Feb 2, 2012, 1:41 PM
Its an easy one. Just Right Click on that file and select Open with, then select Sql Server Management Studio. Or Open Sql Server Management Studio, you can select your file using File Menu -> Open -> File .
Vineet Kumar SainiPosted Feb 5, 2012, 1:46 AM
Vineet Kumar SainiPosted Feb 2, 2012, 11:05 AM
I have SQL SERVER script file, how to open this script file in SQL SERVER ? Please explain....?
Thanks...
Jignesh TrivediPosted Feb 1, 2012, 10:35 PM
you can not run other database(like oracle) script on sql server because there sintex are differnt.
If you want to transfer data or schema, SQL server management studio provide such functionality.
hope this help.