Viewing 15 posts - 3,151 through 3,165 (of 5,843 total)
sotn (11/8/2011)
This is from Navision, so is out of my control, from a SQL perspective.
All I can say is that on SQL2005 it works fine for...
November 8, 2011 at 12:56 pm
ionas (11/8/2011)
my replies below:
1) do you have max memory for sql server set?
No, because memory is only 3 Gbytes. No min or max values.
2) Is TCP Chimney on?
No,...
November 8, 2011 at 12:51 pm
It seems to be a bad estimate forcing the ORDER BY to spill to tempdb. Agree we need the actual plans.
Are you ABSOLUTELY CERTAIN you are passing the EXACT...
November 8, 2011 at 10:38 am
sotn (11/6/2011)
We migrating from SQL 2005 to SQL 2008R2 SP1 64-bit, and use Navision, so we don't have...
November 8, 2011 at 9:46 am
Andy Reilly (11/7/2011)
I have a query that is causing me problems. I restore the db run the sp and it takes 20+ seconds. I do nothing but Update...
November 8, 2011 at 9:20 am
1) do you have max memory for sql server set?
2) Is TCP Chimney on?
3) you need to do a file IO stall and wait stats analysis to find out where...
November 8, 2011 at 9:17 am
GilaMonster (11/7/2011)
xgcmcbain (11/4/2011)
im tired of allways having to add order by recordid desc
Changing the clustered index to be a DESC index instead of the default...
November 8, 2011 at 8:59 am
MSQLDBA (11/5/2011)
One of my production server on weekly Database Maintainence job is running. That contains (updatestats, reindex,full scan and degug jobs. This job is failing last 6 months, due...
November 8, 2011 at 8:55 am
1) Never, ever, ever use SSMS GUI anything to do table object modifications. It is riddled with issues.
2) Pull your gold-standard copy of the schema out of your source...
November 7, 2011 at 8:51 am
you are gonna blow up your tlog with that single-statement insert aren't you? I wonder if it might not be faster to batch it up.
November 4, 2011 at 3:28 pm
Hmm, I wonder how these set of tests will fare if the minimum open value is something like 500M, or 1.8B. Can you set up a test for where...
November 4, 2011 at 8:46 am
GSquared (11/3/2011)
Does it get the right results?
Who cares - it ran in one second!!! :w00t:
November 4, 2011 at 8:20 am
jspatz (11/3/2011)
November 4, 2011 at 8:16 am
Cadavre (11/3/2011)
TheSQLGuru (11/3/2011)
1) I LOVE the Celko bashing response! MUCH better than the simple "go away Joe" I was gonna post. 🙂
Really wasn't my intention to appear to be...
November 3, 2011 at 10:39 am
1) I LOVE the Celko bashing response! MUCH better than the simple "go away Joe" I was gonna post. 🙂
2) Hate to say this but the rownumber solution doesn't...
November 3, 2011 at 7:48 am
Viewing 15 posts - 3,151 through 3,165 (of 5,843 total)