Would you expect this error ?

Posted by GrumpyOldDBA on SQL Blogcasts See other posts from SQL Blogcasts or by GrumpyOldDBA
Published on Tue, 06 Apr 2010 20:02:12 GMT Indexed on 2010/04/06 21:34 UTC
Read the original article Hit count: 406

Filed under:
|
Now I know why, but what I'm thinking is that if I create an error should I get valid data returned? To explain, I was browsing through the dmvs for queries which might benefit from tuning and I identified a query with two clustered index scans ( table scans ). I don't know all the schema off by heart and I was looking for a select by a LoginID column. I assumed this would be numeric and promptly entered an integer value to examine the query plan, yeah I should have looked at the table definition...(read more)

© SQL Blogcasts or respective owner

Related posts about Code Tuning

Related posts about General Tuning