Viewing 15 posts - 3,076 through 3,090 (of 5,394 total)
Stefan Krzywicki (6/23/2011)
Jayanth_Kurup (6/23/2011)
June 23, 2011 at 8:25 am
It's not the estimated plan, nor the actual plan. 😀
It's the actual plan, but it gets captured by the trace before the query gets executed. This means that you won't...
June 23, 2011 at 6:34 am
Visual Sourcesafe is simply crap, even Microsoft acknowledged this and ceased support.
http://www.codinghorror.com/blog/2006/08/source-control-anything-but-sourcesafe.html
http://www.simple-talk.com/sql/sql-tools/life-after-retirement-replacing-visual-sourcesafe/
http://www.simple-talk.com/sql/sql-tools/the-unnecessary-evil-of-the-shared-development-database/
Please, stay away from that evil thing.
June 22, 2011 at 9:17 am
June 22, 2011 at 8:53 am
Stefan Krzywicki (6/22/2011)
Something you'd stay away from?
Visual Source Safe 😀
I've been using CVS and SVN for many years and they work like a charm. Red-Gate SQL source control[/url] works well...
June 22, 2011 at 8:48 am
You mean something like this?
;WITH TableRows AS (
-- Some sample data, let's assume
-- that it comes from your table
...
June 22, 2011 at 8:38 am
The extended stored procedure is undocumented and unsupported, and there must be a reason... 😉
Take a look at this post by Andy Leonard, it should shed some light.
June 22, 2011 at 8:29 am
Sean Pearce (6/22/2011)
Gianluca Sartori (6/22/2011)
June 22, 2011 at 2:21 am
Just guessing: maybe the stats got updated automatically with a lower sample? I ran into this problem at times and decided to turn off stats recompute. You will need an...
June 22, 2011 at 1:27 am
Can't say. You don't have much to loose, after all. Give it a try.
June 21, 2011 at 8:06 am
It could be an AD issue. Check the AD logs and look for failovers: it takes a while to invalidate all the cached kerberos tickets.
June 21, 2011 at 7:10 am
A scan + hash could look reasonable based on the row counts. Probably a multicolumn statistic could solve the issue.
Can you post the actual execution plan for the scan version?
June 21, 2011 at 7:07 am
Syed Jahanzaib Bin hassan (6/21/2011)
I don't see how this could solve the OP's issue.
If I'm reading it right, (s)he's trying to query SQL2000 from SQL2008R2, not the contrary.
Did you create...
June 21, 2011 at 2:41 am
Viewing 15 posts - 3,076 through 3,090 (of 5,394 total)