sql - A covered index formed by a composite index or index with included columns -
Are there any differences between these two covered indexes?
- A composite index and UserID with both the buddy ID
- An index with FriendID and UserID as an included column
Different MS SQL Server related points If the answer to the above question is 'no difference' then is it or does the database engine tuning consultant (DTA) always go crazy on the included columns?
Comments
Post a Comment