Home > Archive > MS SQL Server > October 2006 > backup for SQL Server Express









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author backup for SQL Server Express
Joel

2006-10-24, 6:37 pm

Can someone tell me how to backup SQL server express 2005?


Uri Dimant

2006-10-24, 6:37 pm

Joel
BACKUP DATABASE dbname TO DISK='C:\dbname.BAK'




"Joel" <nowhere@nowhere.com> wrote in message
news:%23j4pEsg7GHA.4116@TK2MSFTNGP03.phx.gbl...
> Can someone tell me how to backup SQL server express 2005?
>



Tibor Karaszi

2006-10-24, 6:37 pm

This might be useful:
http://www.sqldbatips.com/showcode.asp?ID=26
http://www.sqldbatips.com/showarticle.asp?ID=27
http://www.sqldbatips.com/showarticle.asp?ID=29

--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www. solidqualitylearning
.com/



"Joel" <nowhere@nowhere.com> wrote in message news:%23j4pEsg7GHA.4116@TK2MSFTNGP03.phx.gbl...
> Can someone tell me how to backup SQL server express 2005?
>
>

Sue Hoegemeier

2006-10-24, 6:37 pm

And if you are using Management Studio Express, you
can use the backup dialog from object explorer or backup
templates. You can find details on these methods in the
following article:
http://www.microsoft.com/technet/pr...lexpwssmse.mspx

-Sue

On Thu, 12 Oct 2006 09:30:49 -0500, "Joel"
<nowhere@nowhere.com> wrote:

>Can someone tell me how to backup SQL server express 2005?
>


Terry

2006-10-24, 6:37 pm

I have created a DTS and job that controls all my SQLExpress backups
from a central location. I use xp_delete_file to dump old files.
Permissions needed to be set up for the account running the central
instance. (I imagine this could all be done with SSIS)

If you email me, I can send you some files.

Terry

Uri Dimant wrote:[color=darkred
]
> Joel
> BACKUP DATABASE dbname TO DISK='C:\dbname.BAK'
>
>
>
>
> "Joel" <nowhere@nowhere.com> wrote in message
> news:%23j4pEsg7GHA.4116@TK2MSFTNGP03.phx.gbl...

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com