Re: Performance - Run Long Queries
From: Richard Ding (rding_at_acadian-asset.com)
Date: 08/12/04
- Next message: Mike Kruchten: "Re: Automatizing script generation."
- Previous message: Adam Machanic: "Re: How to Extract the last 90 days of information for a record"
- In reply to: Laurel: "Performance - Run Long Queries"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 12 Aug 2004 14:35:39 -0400
Yes it does. That's why it is highly recommended that a stored procedure is
used because it is only running on the server and can take advantage of
cached plans.
"Laurel" <landj.griffith@attbi.com> wrote in message
news:4e0801c48098$347dcae0$a301280a@phx.gbl...
> A question about long running queries. We have an
> application that is running across a WAN. We are trapping
> long running queries. Does the timing of the query
> include serving the data set back to the requestor?
>
> L
>
>
- Next message: Mike Kruchten: "Re: Automatizing script generation."
- Previous message: Adam Machanic: "Re: How to Extract the last 90 days of information for a record"
- In reply to: Laurel: "Performance - Run Long Queries"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|