954,560 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

MS SQL import DB problem

- I'm using ms sql and then i export the database and then i save that export DB at desktop.After that i delete the database in ms sql because i want to learn how to import the DB.My problem is cannot import the DB that i export before.Anyone can help me to give the tutorial how to import the DB into MS SQL.

- This is the file of DB that i want to import into ms sql :

http://dl.dropbox.com/u/5448200/WMS20110316

feedz87
Newbie Poster
10 posts since Mar 2011
Reputation Points: 10
Solved Threads: 0
 

What exactly is the problem, that you are facing ?

debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
 

The file you saved is a SQL backup. You have to RESTORE to get it into SQL Server. You can either do this through the Management Studio GUI or using a RESTORE DATABASE command (look in BOL for syntax).

Keep in mind that the Management Studio GUI expects the file to have a .BAK extension, so be sure to use the drop-down to select "All Files (*.*)" so you can see your backup file.

Good luck!

Edit: I hope none of that data was sensitive, proprietary or confidential...

BitBlt
Master Poster
711 posts since Feb 2011
Reputation Points: 367
Solved Threads: 109
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: