How do i backup a SQL server 2005 database through command prompt
I am trying to backup the database on sql2005, my current version of sql server 2005 evaluation has expired and not able to open it to backup the databases.. since these databases are important and need to be backed up i checked that it could be done via cmd prmopt but can someone guide me through the commands please
Status:
Open Jun 05, 2007 - 12:51 PM
Databases, web development
6answers
Answers
Mar 11, 2009 - 09:43 PM
Since your evaluation has expired, you won't be able to use sqlcmd to back the database up either. You can however make a copy of the database files (.mdf) and (.ldf). With the two files, you will be able to attach the database to a SQL Server Express instance, which is a free download from Microsoft.
Muschi.
Mar 18, 2009 - 05:31 AM
hi muschi
try this one
start->programs->microsoft sql server 2005->sql server management studio->
after that in left side in
object explorer-> database-> select your database and right click your database and choose task and then select backup option then save with .bak extension
thanks
Mar 20, 2009 - 09:54 AM
hi thiruhtech,
As you may tell from the original question, the sql server charel is using has expired, which means, he/she can not connect to the server using Management Studio. Consequently, the approach you suggested can not be used.
Thanks.
Apr 11, 2009 - 12:19 PM
The question looks to be abandoned by the user who asked it. If no action is taken within 2 days, a Quomon Moderator will consider closing the question and distributing the points.
The Quomon Team
Jun 03, 2014 - 10:14 PM
Here I have a
www.myelibrary.net site, contains almost all database problem.
Answer this question
Share Your Own Experience & Expertise
We look to ensure that every question is answered by the best people with relevant expertise and experience, the best answers include multiple perspectives. Do you have relevant expertise or experience to contribute your answer to any of these commonly asked questions?
Add New Comment