Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexes
Message
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Indexes
Miscellaneous
Thread ID:
00487153
Message ID:
00487153
Views:
39
Suppose I have very big table and I need to run query:
select * from table where field1 = @value1 and field2 = @value2
Which index(es) would be better for the table?
Separate indexes for both field1 and field2 or one (maybe clustered) index with field1+field2?
Which one? and why?
Giedrius
Next
Reply
Map
View

Click here to load this message in the networking platform