- sql server will not use your order of joins if it thinks it can do it better. For example, if in your code a is joined to b and b to c but the index on a is enough to get the columns needed on c - it may join a to c.
- the only thing for certain is logical reads, not physical
- the determining factor for high % (for example , shown in sql sentry plan as red) is the amount of executions
Monday, September 30, 2013
a few points about sql server execution plan
Getting latest from Solution and getting latest from source control explorer are
Wednesday, September 18, 2013
ctr-r-t in tests in VS
runs that test alone
Monday, September 16, 2013
The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Negotiate'
in this case we were using wshttpbinding
this was happening with some kind of certificate issue. we changed the client service url to refer to the port and this issue stopped
this was happening with some kind of certificate issue. we changed the client service url to refer to the port and this issue stopped
Thursday, September 12, 2013
Like in sql profiler
is not sql's like - its an exact match
Wednesday, September 11, 2013
Access to the path 'blah' is denied.
could be read only issues
Tuesday, September 10, 2013
Immediate Window - end of expression expected
Subscribe to:
Comments (Atom)