I have a MSSQL databse hosted on a windows server, What do I need to download a back up to my pc? I am familiar with backing up MSSQL databases, I believe I need to download a Microsoft database management program is this correct?
feedback
|
migrated from stackoverflow.com Aug 13 '10 at 13:29
This question came from our site for professional and enthusiast programmers.
|
IF you want to restore the backup to your PC you will need a copy of the SQL database endine running and a copy of SQL management studio installed. Check out SQL Server Express | |||
|
feedback
|
|
One can restore (added later - or backup) database from command line. The advantage of this is that it does not require SSMS (MS SQL Server Management Studio) setup. I sure you find a plethora of articles to choose from according to your taste through "googling" (searching on internet) Look for SqlCmd in BOL or internet to backup/restore from command line | |||||||||||||||
feedback
|
|
http://dev.mysql.com/doc/refman/5.1/en/backup-methods.html this link very helpful for you | |||||
feedback
|