Re: How to limit the number of sql statements ?
From: Pat Wright (patrick.wright_at_aruplab.com)
Date: 03/16/04
- Next message: rishi: "Re: How to limit the number of sql statements ?"
- Previous message: Rishi: "How to limit the number of sql statements ?"
- In reply to: Rishi: "How to limit the number of sql statements ?"
- Next in thread: rishi: "Re: How to limit the number of sql statements ?"
- Reply: rishi: "Re: How to limit the number of sql statements ?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 16 Mar 2004 14:31:04 -0700
you can mark the database to truncate log on checkpoint and that will keep
the log from growing Using enterprise manager right mouse click on the
database and choose options then choose truncate log on checkpoint. With
this you will not have point in time recovery for your backups though. Look
up "point of failure" in BOL and it will give more info.
pat
"Rishi" <anonymous@discussions.microsoft.com> wrote in message
news:e4ce01c40b97$d0bd9870$a501280a@phx.gbl...
> Hi!
> How do we limit the number of sql statements that are
> running at a time in order to prevent transaction log to
> grow infinitely.
> This is urgent!!!!
- Next message: rishi: "Re: How to limit the number of sql statements ?"
- Previous message: Rishi: "How to limit the number of sql statements ?"
- In reply to: Rishi: "How to limit the number of sql statements ?"
- Next in thread: rishi: "Re: How to limit the number of sql statements ?"
- Reply: rishi: "Re: How to limit the number of sql statements ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|