Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Settings in SQL Server 2000 1

Status
Not open for further replies.

RonRepp

Technical User
Feb 25, 2005
1,031
US
Hi all:

Is there a setting somewhere in SQL Server 2000 that forces client-side sorting.

Any help will be greatly appreciated.



Ron Repp

If gray hair is a sign of wisdom, then I'm a genius.
 
No. Sorting can be done server side via the ORDER BY clause. If you want to do the sorting client side you'll have to write something into the client to handle the sorting.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
It wasn't the answer I wanted, but thanks.



Ron Repp

If gray hair is a sign of wisdom, then I'm a genius.
 
no problem

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top