Viewing 15 posts - 76 through 90 (of 231 total)
Craig-315134 (10/12/2010)
Can someone provide a legitimate business reason for using a GUID?
UUIDs (universally unique identifiers) are valuable in distributed computing environments. Any one computing device may create...
October 12, 2010 at 2:32 pm
Other than for merge and updatable transactional replication, I've yet to hear an argument as to why an identifier has to be globallyunique. Sure, it sounds grand but could...
October 12, 2010 at 11:49 am
Andy Warren (10/12/2010)
October 12, 2010 at 7:55 am
André Lozeau (10/12/2010)
Yes they...
October 12, 2010 at 7:01 am
It's been my experience that GUID's are frequently implemented incorrectly, for example, using the NEWID function instead of the NEWSEQUENTIALID function. This typically causes massive amounts of page splitting...
October 12, 2010 at 6:07 am
I would definitely make sure the "lock pages in memory" right is granted. That is a strongly recommended best practice for 64-bit SQL Server.
It does sound like you might...
October 8, 2010 at 8:21 am
george sibbald (10/8/2010)
The server itself has 38Gb memory assigned to SQL (64bit)
Is that server supporting any other apps besides SQL Server? How much memory is on the machine total?...
October 8, 2010 at 6:07 am
It's kind of bizarre that you're not seeing any improvement. One of my colleagues at this client site told me they had moved TempDB to an SSD and saw...
October 6, 2010 at 10:43 am
One other thought on your test. It could be that your ETL processes aren't using TempDB in any significant way so you might not see a gain. Easy...
October 6, 2010 at 7:42 am
I found your test results very interesting. Thanks for posting. My guess is that the controller for the SSD isn't any faster than the controller for a "regular"...
October 6, 2010 at 7:40 am
getoffmyfoot (10/1/2010)
getoffmyfoot (10/1/2010)
Robert Frasca (10/1/2010)
getoffmyfoot (10/1/2010)
October 1, 2010 at 2:03 pm
getoffmyfoot (10/1/2010)
Robert Frasca (10/1/2010)
getoffmyfoot (10/1/2010)
October 1, 2010 at 2:01 pm
getoffmyfoot (10/1/2010)
It could...
October 1, 2010 at 12:32 pm
UMG Developer (9/24/2010)
Robert Frasca (9/24/2010)
September 27, 2010 at 7:17 am
UMG Developer (9/24/2010)
sknox (9/24/2010)
September 24, 2010 at 2:34 pm
Viewing 15 posts - 76 through 90 (of 231 total)