Re: MS SQL Database Question
From: Aaron Bertrand - MVP (aaron_at_TRASHaspfaq.com)
Date: 05/14/04
- Next message: PW: "Re: windows.print(), prints extra info"
- Previous message: Bob Barrows [MVP]: "Re: MS SQL Database Question"
- In reply to: Bob Barrows [MVP]: "Re: MS SQL Database Question"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 08:56:39 -0400
> With SQL 7 and above, you can detach a database file from the server,
> copy/ftp the file to the destination server and attach it to the
destination
> SQL Server.
>
> Another way is to take a backup of the database, copy/ftp the backup file
to
> the remote server where you restore it to the destination server.
>
> If you need to make design changes to an existing database, the best
method
> is to run scripts containing DDL sql statements. However, there are free
> web-based administration tools which can be used to make design changes in
> much the same way that you would use Enterprise Manager:
> http://www.aspfaq.com/show.asp?id=2442
You can also use DTS to transfer a copy of the structure, or structure AND
data. However this often misses important things like IDENTITY properties,
constraints, defaults, etc.
A
- Next message: PW: "Re: windows.print(), prints extra info"
- Previous message: Bob Barrows [MVP]: "Re: MS SQL Database Question"
- In reply to: Bob Barrows [MVP]: "Re: MS SQL Database Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|