SQL Server Optimization Tips - santhoshgudise

Then we set the datasource property of a gridview to that datatable. We could have started with Select * to retrieve all the columns from the specified table and not included a WHERE statement to retrieve all the rows. Here we retrieve the last 25 rows of data since we select the top 100 rows but sort them in DESC (decending order) by invoice #. ................
................