hi all,
which sql query will be fast when run on the server..i am using sql query to get the data from the database and bind the data to the gridview.
Query1: select * from table
Query2: select * from table for xml raw
Query3: select * from table for xml auto.
Thanks in adance,
Ramesh Rathi.