Tagged Questions
1
vote
3answers
132 views
When to create Indexes?
I have a stored procedure that takes around 2 minutes to execute. The execution plan suggested me to create a non clustered index on a table (which is a high traffic table with millions of records in ...