Drop Table

Support Forum for database administrators and web based access to important newsgroups related to databases
Register on Database Support Forum Edit your profileCalendarFind other Database Support forum membersFrequently Asked QuestionsSearch this forum -> 
For Database admins: Free Database-related Magazines Now Free shipping to Texas


Post New Thread










Thread
Author

Difference between Full recovery, Bulk-logged, Simple recovery
Difference between Full recovery, Bulk-logged, Simple recovery

Report this thread to moderator Post Follow-up to this message
Old Post
Joe
09-30-05 08:23 AM


Re: Difference between Full recovery, Bulk-logged, Simple recovery
Hi,

1. SIMPLE:-
Transaction log will be cleraed automatically after the checkpoint and hence
backup of transaction log is not possible. So we can
recover the database only until last full database backup

2. BULK LOGGED:-

Transaction log will be cleared only after the log backup but the below
operations are minimally logged.

SELECT INTO.
Bulk load operations (bcp and BULK INSERT).
CREATE INDEX (including indexed views).
Text and image operations

So POINT_IN_TIME recovery isnot possible in BULK LOGGED mode

3. FULL:-

Logs all the activites inside the database and with the help of
transactionlog backup you can recover the database point in time.

NOTE:-

For BULK LOGGED and FULL recovery model ensure that the log backup is
happening (enough room in hard disk), otherwise the
transaction log will grow and will eat the full harddisk space and will
create downtime.

Thanks
Hari
SQL Server MVP


"Joe" <Joe@discussions.microsoft.com> wrote in message
news:79078DFD-2D6B-4D0F-8DA9- 947EC2A22D92@microso
ft.com...
> Difference between Full recovery, Bulk-logged, Simple recovery



Report this thread to moderator Post Follow-up to this message
Old Post
Hari Prasad
09-30-05 08:23 AM


Re: Difference between Full recovery, Bulk-logged, Simple recovery
If i use full backup, but the point - in -time check box is disable once
restoration

"Hari Prasad" wrote:

> Hi,
>
> 1. SIMPLE:-
> Transaction log will be cleraed automatically after the checkpoint and hen
ce
> backup of transaction log is not possible. So we can
> recover the database only until last full database backup
>
> 2. BULK LOGGED:-
>
> Transaction log will be cleared only after the log backup but the below
> operations are minimally logged.
>
> SELECT INTO.
> Bulk load operations (bcp and BULK INSERT).
> CREATE INDEX (including indexed views).
> Text and image operations
>
> So POINT_IN_TIME recovery isnot possible in BULK LOGGED mode
>
> 3. FULL:-
>
> Logs all the activites inside the database and with the help of
> transactionlog backup you can recover the database point in time.
>
> NOTE:-
>
> For BULK LOGGED and FULL recovery model ensure that the log backup is
> happening (enough room in hard disk), otherwise the
> transaction log will grow and will eat the full harddisk space and will
> create downtime.
>
> Thanks
> Hari
> SQL Server MVP
>
>
> "Joe" <Joe@discussions.microsoft.com> wrote in message
> news:79078DFD-2D6B-4D0F-8DA9- 947EC2A22D92@microso
ft.com... 
>
>
>

Report this thread to moderator Post Follow-up to this message
Old Post
Joe
09-30-05 08:23 AM


Re: Difference between Full recovery, Bulk-logged, Simple recovery
Point in time applies to processing the transaction log during restore to a
particular point in time.
You must take a transaction log and then this option will be available.

--
Nik Marshall-Blank MCSD/MCDBA

"Joe" <Joe@discussions.microsoft.com> wrote in message
news:035E79B4-2E80-4198-9FA7- F9DB8307E078@microso
ft.com...
> If i use full backup, but the point - in -time check box is disable once
> restoration
>
> "Hari Prasad" wrote:
> 



Report this thread to moderator Post Follow-up to this message
Old Post
Nik Marshall-Blank \(delete fcom for my email addr
09-30-05 08:23 AM


Sponsored Links





Last Thread Next Thread
Post New Thread

MS SQL Server archive

Show a Printable Version Email This Page to Someone! Receive updates to this thread
Microsoft SQL Server
Access database support
PostgreSQL Replication
SQL Server ODBC
FoxPro Support
PostgreSQL pgAdmin
SQL Server Clustering
MySQL ODBC
Web Applications with dBASE
SQL Server CE
MySQL++
Sybase Database Support
MS SQL Full Text Search
PostgreSQL Administration
SQL Anywhere support
DB2 UDB Database
Paradox Database Support
Filemaker Database
Berkley DB
SQL 2000/2000i database
ASE Database
Forum Jump:
All times are GMT. The time now is 02:43 PM.

 
Mobile devices forum | Database support forum archive




Copyrights DropTable.com Database Support Forum 2004 - 2006