Re: backup
From: Dejan Sarka (dejan_please_reply_to_newsgroups.sarka@reproms.si)
Date: 12/16/02
- Next message: Paul: "Cannot open database requested in login"
- Previous message: Nico: "Re: HERE IS A NICE ONE"
- In reply to: Gerhard Kashofer: "backup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Dejan Sarka" <dejan_please_reply_to_newsgroups.sarka@reproms.si> Date: Mon, 16 Dec 2002 10:36:39 +0100
Gerhard,
SQL Server 7.0 & 2000 backup does not support single-table backups. The
lowest level is physical file of the database. You can use Data
Transformation Services to export specific tables. In scheduled jobs, you
can always include execution od a stored procedure in one step and backup or
execution of DTS package in next step, so yes, you can execute a SP before
backup / DTS.
-- Dejan Sarka, SQL Server MVP FAQ from Neil & others at: http://www.sqlserverfaq.com Please reply only to the newsgroups. PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Gerhard Kashofer" <gerhard.kashofer@esa-at.at> wrote in message news:037c01c2a4c8$7feb3290$d2f82ecf@TK2MSFTNGXA09... > Hi, > somebody told me that sql server backup can be configured, > that it exports data (cut out) of various tables. > Is that true, and how does it work? > Is there a way to let sql server execute a stored > procedure before (after) backup?
- Next message: Paul: "Cannot open database requested in login"
- Previous message: Nico: "Re: HERE IS A NICE ONE"
- In reply to: Gerhard Kashofer: "backup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|