Viewing 15 posts - 2,746 through 2,760 (of 7,502 total)
GilaMonster (10/19/2010)
Help me do the impossible: http://www.sqlservercentral.com/Forums/Topic1006743-357-1.aspx
I just lit a candle :w00t:
October 19, 2010 at 6:06 am
Brandie Tarvin (10/19/2010)
Stefan Krzywicki (10/18/2010)
October 19, 2010 at 4:45 am
That timeline was indeed overwelming in "An Inconvenient Truth"
October 19, 2010 at 2:38 am
David Burrows (10/19/2010)
I come in this morning and the thread has gone serious :angry:
Now I have to find a dark room to lay down and...
October 19, 2010 at 2:03 am
Alvin Ramard (10/18/2010)
Paul White NZ (10/18/2010)
CirquedeSQLeil (10/18/2010)
Why is Green the color to represent tree huggers and eco-friendly?Which colour makes more sense to you? Pink?
I'd rather it be mauve. ...
October 19, 2010 at 12:36 am
This situation is already reality for 2 years and counting 😉
other options are:
- cope with it
- wait for an occasion
- accept you can only do as much as you can....
October 18, 2010 at 5:02 am
- Start with SQLServer upgrade advisor ( http://www.microsoft.com/downloads/en/details.aspx?FamilyId=F5A6C5E9-4CD9-4E42-A21C-7291E7F0F852&displaylang=en )
- prepare for security impact, try to optimize service account setup and implement best practises.
- 64-bit is only a other version of...
October 18, 2010 at 4:50 am
HowardW (10/15/2010)
ALZDBA (10/15/2010)
October 18, 2010 at 1:03 am
WayneS (10/16/2010)
The keys in a clustered index are used...
October 18, 2010 at 12:57 am
did you check your firewall is open for this port number ?
October 16, 2010 at 10:49 pm
By default, sqlserver will fill pages to 100%.
You can change this default behaviour using sp_configure 'fill factor', ...
This is an advanced setting.
ref: http://msdn.microsoft.com/en-us/library/aa196711%28SQL.80%29.aspx
If you have the space available, and 85%...
October 16, 2010 at 11:45 am
ss-457805 (10/16/2010)
Correction: you're doing 4 PK clustered index scans (aka table scan) on the LEISTUNGSPREISE table, each time on a different column (KONTO_BUCH, KONTO_STEUER_PROV, KONTO_PROV and KONTO_STEUER_VK). It seems that...
October 16, 2010 at 11:35 am
Predictability can be an issue when using a uniqueidentifier for clustering key.
They (ms) provided the new "new sequential id" to help with that, so when you start inserting a bunch...
October 15, 2010 at 3:12 pm
- Did you run the upgrade advisor ?
- do you run dbcc checkdb on a regular basis, so you know your dbs pages are in good shape.
- did you run...
October 15, 2010 at 2:56 pm
It is a good thing you posted the sqlplan :w00t:
Did you notice you are hitting 31 objects with this simple delete statement ?
Table [LEISTUNGSPREISE] is accessed using a clustered...
October 15, 2010 at 2:40 pm
Viewing 15 posts - 2,746 through 2,760 (of 7,502 total)