Re: optimisation with extreme sql
From: Uri Dimant (urid_at_iscar.co.il)
Date: 03/15/04
- Next message: Markus Heid: "c#, DTS and Threads"
- Previous message: Jacco Schalkwijk: "Re: Limitations of Scheduled jobs"
- In reply to: Jeho: "optimisation with extreme sql"
- Next in thread: Adam Machanic: "Re: optimisation with extreme sql"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 15 Mar 2004 12:57:52 +0200
Jeho
Your first step for optimization your query will be re-writing the stored
procedure to remove cursors.
I am pretty sure it is a key of your stored procedure's perfomance.
"Jeho" <j.lezy@b2l.com> wrote in message
news:71addc2b.0403150251.47fd62ab@posting.google.com...
> Hello,
>
> I want to optimise my stored procedures (using several cursors...) in
> sql server 2000. They are called by DTS and it takes too much time
> (around 30 minutes) to execute them, because of the large amount of
> data.
>
> I've heard about using extreme sql to optimise the procedures, but i
> know nothing about it.
>
> Can anyone explain me what we can do with extreme sql ? how it works ?
> do i need to install a special component ? ....
> does anyone have interesting web sites adresses ?
>
> Thank you for helping
>
> Jeho
- Next message: Markus Heid: "c#, DTS and Threads"
- Previous message: Jacco Schalkwijk: "Re: Limitations of Scheduled jobs"
- In reply to: Jeho: "optimisation with extreme sql"
- Next in thread: Adam Machanic: "Re: optimisation with extreme sql"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|