If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > can you really stump QA

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-04-02, 16:40
gwa584 gwa584 is offline
Registered User
 
Join Date: Dec 2002
Location: chicago, il
Posts: 1
Question can you really stump QA

hey all,
I've got a massive query with a mad amount of conditions in several "WHERE XFIELD IN ('blah','blah2','blah3.....)" but it's on
a denormalized table so there's no joins - all the data is right there and better yet, I've even recently tried creating a covering index for the query with and without index hints...but it times out or tells me there is insufficient memory to complete the operation - EVEN when I'm only asking for an 'estimated query plan', not even the data itself.

can we really just break QA with a long query? any suggestions?
Reply With Quote
  #2 (permalink)  
Old 12-05-02, 07:39
Coolberg Coolberg is offline
Registered User
 
Join Date: Jul 2002
Posts: 229
I got some replies some month ago about a time-out problem, such as:

- Tools >> Options>> Connections, change the setting from the
default of 15 seconds to 0.

- Make sure you have SP2 and MDAC 2.6

- You can set something called Remote Query Timeout in E.M. (I think it's on server's properties)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On