Hi all,
I am having a small but urgent doubt.
I am using VS.Net 2003 version 1.1
I am having a SELECT query without an order by clause.
If i want to sort datas i have two options:
1) Include an ORDER BY clause in the QUERY
2) Fill the data to a data table and use the <data table>.defaultview.rowfilter
Which method will be more performance optimised, framework sort or DB sort ?
Please explain the above case for the table having an Index and having no index.
Regards,
Roshen.B.Chackalayil
I am having a small but urgent doubt.
I am using VS.Net 2003 version 1.1
I am having a SELECT query without an order by clause.
If i want to sort datas i have two options:
1) Include an ORDER BY clause in the QUERY
2) Fill the data to a data table and use the <data table>.defaultview.rowfilter
Which method will be more performance optimised, framework sort or DB sort ?
Please explain the above case for the table having an Index and having no index.
Regards,
Roshen.B.Chackalayil