Welcome to dbFreaks.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Archiving

 
   Database Help (Home) -> Client RSS
Next:  Sql puzzle  
Author Message
naissani

External


Since: Jan 21, 2005
Posts: 7



(Msg. 1) Posted: Fri Feb 11, 2005 12:40 pm
Post subject: Archiving
Archived from groups: microsoft>public>sqlserver>clients (more info?)

Can any one tell me about the Archiving the database concept. How can we do
archiving in SQL Server.

Thanks

 >> Stay informed about: Archiving 
Back to top
Login to vote
Mike Epprecht

External


Since: Jul 10, 2004
Posts: 67



(Msg. 2) Posted: Sat Feb 12, 2005 2:40 pm
Post subject: Re: Archiving [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi

SQL Server has no such concept as 'archiving' as it does not need it. A
table can have virtually unlimited number of rows, and if a DB is designed
properly, it will perform as well with 100 or 100 billion rows in table.

If an application want to save records into a separate are for long term
read only use, the application developers must put it into their code.

A backup in SQL server is there to make a copy of the data in the databases
for writing to some other media for recovery purposes in a DR scenario.

Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland

IM: mike.DeleteThis@epprecht.net

MVP Program: <a style='text-decoration: underline;' href="http://www.microsoft.com/mvp" target="_blank">http://www.microsoft.com/mvp</a>

Blog: <a style='text-decoration: underline;' href="http://www.msmvps.com/epprecht/" target="_blank">http://www.msmvps.com/epprecht/</a>

"John" <naissani.DeleteThis@hotmail.com> wrote in message
news:edyGapFEFHA.1600@TK2MSFTNGP10.phx.gbl...
 > Can any one tell me about the Archiving the database concept. How can we
do
 > archiving in SQL Server.
 >
 > Thanks
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Archiving 
Back to top
Login to vote
Narayana Vyas Kond

External


Since: Jan 12, 2004
Posts: 52



(Msg. 3) Posted: Fri Feb 18, 2005 12:40 pm
Post subject: Re: Archiving [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

See if this helps: http://vyaskn.tripod.com/sql_archive_data.htm
--
HTH,
Vyas, MVP (SQL Server)
SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/


"John" <naissani.DeleteThis@hotmail.com> wrote in message
news:edyGapFEFHA.1600@TK2MSFTNGP10.phx.gbl...
Can any one tell me about the Archiving the database concept. How can we do
archiving in SQL Server.

Thanks
 >> Stay informed about: Archiving 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
OLEDB: Prepared cmd with NULL input param for NOT NULL INT.. - Provider: SQLOLEDB Version: SQL Server 2000 8.00.760 Script for creating table: CREATE TABLE [dbo].[ADRVERTRETER] ( <font color=purple> ; [ROWID] [timestamp] NULL ,</font> <font color=purple> ; [ROWVERTRETER] [int] NO...

[MS Design Tools] - Class not registered.&quot; - On a Windows 2000 pro workstation I am using SQL 2000 enterprise manager I am trying to return all rows, I get the error message "An unexpected error happened during this operation. [MS Design Tools] - Class not registered." I have reinstall...

Need help choosing front end for SQL Server - I've been working on an Access 97 database that's pretty much reached it's limit in terms of performance and reliability. Although it supports relatively few users (5-10 concurrent) it contains a lot of data (around 30 tables, some with several million..

SQL server tables read-only to ADP - I have successfully migrated an Access 2003 database to SQL server - at least all the tables and queries that resolve into views migrated successfully. I also sucessfully migrated all my forms and code into an ADP project. Everything works with one..

Opening table in SQL Server 2005? - This ought to be easy. But I can't figure out how to do it. Using Enterprise Manager in SQL Server 2000, I point to a table, select it, right click and choose Open Table-> Return all rows. Now I have the table open and I can edit to my heart's..
   Database Help (Home) -> Client All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]