Re: Recover historic databases
From: Jasper Smith (jasper_smith9@hotmail.com)
Date: 11/08/02
- Next message: Chuck Cardenas: "Re: Logins in 6.5 to 2000 upgrade"
- Previous message: Roy Harvey: "Re: Logins in 6.5 to 2000 upgrade"
- In reply to: J.L.: "Recover historic databases"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Jasper Smith" <jasper_smith9@hotmail.com> Date: Fri, 8 Nov 2002 19:32:37 -0000
You can certainly script the entire databases using either
Enterprise Manager or SQLDMO and you can export
the data to flat files using DTS or bcp and reload using
BULK INSERT,bcp or DTS.
-- HTH Jasper Smith (SQL Server MVP) Check out the PASS Community Summit - Seattle, the largest and only user event entirely dedicated to SQL Server, November 19-22. http://www.sqlpass.org/events/seattle/index.cfm "J.L." <jl@nospam.es> wrote in message news:eJ8HfNyhCHA.2672@tkmsftngp09... > Maybe it's not the correct newsgroup, let me know please. > > To prevent disaster recovery I do backups every day and it works fine, but I > want to archive historic databases to recover it if necessary. In the past I > used backup, but I had problems restoring backups when I had updated the > version of SQL server. > > Are there any other methods of doing this, or is the problem with backups > resolved? > A collegue has told me that other databases have a type of 'export' that > creates the SQL scripts with create table and insert methods, allowing you > to recover the data in any SQL database. Does SQL 2000 have anything > similar? > > Thanks in advance > >
- Next message: Chuck Cardenas: "Re: Logins in 6.5 to 2000 upgrade"
- Previous message: Roy Harvey: "Re: Logins in 6.5 to 2000 upgrade"
- In reply to: J.L.: "Recover historic databases"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|