Re: How to limit the number of sql statements ?
From: Vishal Parkar (REMOVE_THIS_vgparkar_at_yahoo.co.in)
Date: 03/17/04
- Next message: kurt: "query problem"
- Previous message: Ray Higdon: "Re: Partial String Update"
- In reply to: rishi: "Re: 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: Wed, 17 Mar 2004 05:55:02 +0530
hi rishi,
SQL Server 2000 implemented recovery models which were equivalent of setting database options
like 'trunc. log on chkpt' and 'select into/bulkcopy' . To see this compatibility visit
following url.
check section "Recovery Models and Database Options"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/instsql/in_bckwd_3vlc.asp
If you are using sql 2000, then you will have to change the recovery model of the database to
simple.
-- Vishal Parkar vgparkar@yahoo.co.in
- Next message: kurt: "query problem"
- Previous message: Ray Higdon: "Re: Partial String Update"
- In reply to: rishi: "Re: 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
|
|