T-Log : Recovery Model
Does Transaction log in Simple recovery model behave like Full during the transaction or it behaves like Bulk Logged ?
To make my Q simple, if I do BULK operation (BULK INSERT) & my DB is in simple recovery model, does T-Log records BUlk Operation OR it does it log FULL until the BULK operation is complete.
[325 byte] By [
Ramanuj] at [2007-12-24]
It will not be exactly the same as either in all cases, but SIMPLE will be very close to BULK. -- Peter Byrne Microsoft SQL Server Storage Engine This posting is provided "AS IS" with no warranties, and confers no rights.
wrote in message news:cd6210eb-d7bf-40d7-9e4b-4594b3cd29e9@discussions.microsoft.com...
> Does Transaction log in Simple recovery model behave like Full during
> the transaction or it behaves like Bulk Logged ? >
> To make my Q simple, if I do BULK operation (BULK INSERT) & my DB is in
> simple recovery model, does T-Log records BUlk Operation OR it does it
> log FULL until the BULK operation is complete. > > >
> In SQL 2005, when T-logs are restored in Log Shipping, is the destinatin DB available, or it goes to Loading state as in SQL 2000 ?