Indexing usefull or not??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Maybe a stupid one,......
is it still usefull to make indexes on the SQL server since in ADO.NET we
work with complete datasets which contain complete or parts of tables???
 
Indeed. Datasets aren't replacement for the databases and you shouldn't load
entire database there - just as much data as you currently need.
Furthermore there is still server side processing, too.
etc etc
Bottom line: Yes, nothing changed regarding to indexing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top