Performance Tuning on SQL Server
Performance is one of most important factor at the time of the application developement. If your application or website is not responding fast to user queries then it’s accepted by the users.Here are the some tips to make fast retrival of data from sql server.1) Create Index- Indexes are great way to improve your performance.