Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Custom Pagination with Complex Queries
Message
From
18/06/2009 00:20:28
 
 
To
18/06/2009 00:07:32
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Application:
Web
Miscellaneous
Thread ID:
01406794
Message ID:
01406795
Views:
50
Hi, Liew,

Just a question - have you been able to pinpoint exactly where the performance is breaking down?

One tip - on your UNION statements...if you know with absolute certainty that the results with each UNION are unique, you can use UNION ALL instead. UNION will check for duplicates, whereas UNION ALL won't.

If you can post some specific query examples where you're having bad performance, maybe we can go from there.

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform