Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Limit to a UNION?
Message
 
 
To
27/06/2005 09:16:59
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01024245
Message ID:
01026691
Views:
16
>>>I could use IS, but apparently that has its own problems, are there any other options?
>>
>>It's hard to answer your question w/o knowing what you're doing. :)
>
>Array of primary keys needs to return array of BusinessObject, so rather than fire off say, a 1000 individual SELECTs I want to execute the entire query in one swoop to improve performance.

Check Re: Variable IN Message #834232 for some generic ways to handle keys list in a query.
You may also try to combine UNION with IN. Say, create a separate select with IN for each nnn keys and join them with UNION ALL.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform