Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Optimisation as per execution plan
Message
 
 
To
27/10/2011 20:29:12
General information
Forum:
Microsoft SQL Server
Category:
Indexing
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01526170
Message ID:
01527501
Views:
32
>>I can only repeat my initial advice - if everything fails, try adding Index expression into the query. E.g. add Index hint.
>
>I am not sure what you mean by that. Would you have a small example so I can have a better idea of what it is.

I have this query
....
left outer join dbo.accounts a on a.acct_name = t.acct_name
			left outer join dbo.transact r WITH (index = sale_no) on r.sale_no = t.sale_no
Note the WITH (index = nameOfTheIndex)

clause.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform