Viewing 15 posts - 45,496 through 45,510 (of 49,571 total)
TempDB shouldn't be on C. It should have a dedicated physical drive, due to high usage it tends to get. Raid 1 or 10 if possible.
SQL always hogs memory. That's...
July 24, 2008 at 1:19 am
Available memory's a bad measure. SQL will, by design, take memory if it is available and if the max memory has not been set.
Express is limited to 1 GB...
July 24, 2008 at 1:16 am
Anyone noticed that this thread is 3 years old?
Hans, can you start a new thread and explain your problem please?
July 24, 2008 at 1:12 am
CPU is time spent on the CPU in miliseconds
Reads and Writes are the number of pages (8k) read or written by the query
Duration is the total time taken for the...
July 24, 2008 at 12:58 am
Were you testing on the same machine or different? Were the settings of the 2 SQL instances the same?
I can't really offer a suggestion without more info. What did you...
July 24, 2008 at 12:55 am
Always, always set the max memory on 64 bit systems with lots of memory. SQL loves memory and will happily starve the OS if permitted.
I've seen my 48 GB server...
July 24, 2008 at 12:52 am
Sandy (7/23/2008)
Simon,but how you identify this?....;)
To get out of a while loop, there must be a statement within the loop that sets the variable involved in the while condition to...
July 24, 2008 at 12:39 am
Same database, same data, same hardware, same queries?
July 24, 2008 at 12:32 am
Jeff Moden (7/23/2008)
GilaMonster (7/23/2008)
On my main system, TempDB is 6 files of 8 GB each.
Now THAT sounds like a fun system to be on and that the DBA (you,...
July 23, 2008 at 6:55 am
Jeff Moden (7/23/2008)
Wow... That's amazing, Ross... I haven't heard anything like that in a long time... please tell me those DBA's weren't actually certified...
Depends. Do you mean certified as in...
July 23, 2008 at 6:48 am
It looks like all the errors are in the nonclustered indexes. I would suggest dropping and recreating all of the nonclustered indexes and constraints on the table 'SyncServerState' and recreate...
July 23, 2008 at 6:48 am
Ross McMicken (7/23/2008)
July 23, 2008 at 6:43 am
Got a backup?
There are cases where CheckDB cannot repair. They're not common, but they do happen. If you run into that your oprions are usally restore a backup (which is...
July 23, 2008 at 12:59 am
GSquared (7/22/2008)
With the little you've given, all I can really say is "make sure you have enough drive space".
and more than one independant RAID array.
July 23, 2008 at 12:56 am
Viewing 15 posts - 45,496 through 45,510 (of 49,571 total)