Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Backing up an SQL Express Database

0 views
Skip to first unread message

Wayne Gibson

unread,
Jun 29, 2005, 7:53:54 AM6/29/05
to
Hi,
Can someone tell how I create a backup of an SQL Express Database, so that I
can restore it into SQL Server 2005.

Many thanks

Wayne


Keith Kratochvil

unread,
Jun 29, 2005, 8:01:31 AM6/29/05
to
You should be able to use T-SQL:
BACKUP DATABASE foo TO DISK = 'x:\foo.bak' WITH INIT

--
Keith


"Wayne Gibson" <wayne....@rendersoft.com> wrote in message
news:d9u24i$68b$1$8302...@news.demon.co.uk...

0 new messages