Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Database Backup on local machine

Author  Topic 

KDesai
Starting Member

4 Posts

Posted - 2010-04-20 : 02:44:58
Hi,

I need to take the database backup on the local machine. Can anyone please let me know how can this be achieved?

Thanks,
Kunal

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-04-20 : 12:08:36
You can use the BACKUP DATABASE command, the GUI in SSMS (right click on the database...), maintenance plan, or a custom script such as mine: http://weblogs.sqlteam.com/tarad/archive/2009/12/29/Backup-SQL-Server-2005-and-2008-DatabasesAgain.aspx

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -