Hi, I’m being hosted with godaddy.
They give me SQL server, the problem is that they dont give me access through Enterprise manager, only the hosting computer can access SQL server.
I’m trying to restore a Database backup, I already created the tables but now I have to import the data.
What would be the best way to do it?
Thanks in advance
Next: Do Website Urls Expire?
Previous: Has Warner Bros. Confirmed That The Ibelieveinharveydenttoo.com Site Is Theirs As Well?
"Sql Server Enterprise Manager?" was posted on Sunday, January 10th, 2010 at 3:25 am.
One Response to “Sql Server Enterprise Manager?”
Leave a Reply
Install of MSDE will give you osql.exe on your machine. You may have osql access right now off of the server.
This is a command line interface that works much like Query Analyzer. From there you can restore the database using Restore command or really almost anything else.