Viewing 15 posts - 5,836 through 5,850 (of 6,022 total)
lavien (10/26/2010)
October 27, 2010 at 8:42 am
Thomas-282729 (10/26/2010)
Eric Russell 13013 (10/26/2010)
October 26, 2010 at 11:11 am
I'm not intentionally trying to throw gasoline on the fire, but I'd just like to point out that, since a GUID is basically a combination of various attributes like machine...
October 26, 2010 at 9:49 am
GSquared (10/26/2010)
Eric Russell 13013 (10/26/2010)
October 26, 2010 at 8:49 am
This why I keep saying that some type of identifier unique to each instance of the application or user, like client_id or cashregister_id, when combined with a sequential integer or...
October 26, 2010 at 8:18 am
Paul White NZ (10/25/2010)
Eric Russell 13013 (10/25/2010)
...sequential GUIDs created using NEWSEQUENTIALID() can potentially be duplicated across multiple database instances.
NEWSEQUENTIALID calls the Windows API function UuidCreateSequential, which uses version 1 of...
October 26, 2010 at 8:08 am
GSquared (10/25/2010)
October 25, 2010 at 3:04 pm
jeff.mason (10/25/2010)
Thomas-282729 (10/24/2010)
Robert Frasca (10/12/2010)
October 25, 2010 at 8:09 am
Thomas-282729 (10/24/2010)
1) DISK SPACE isn't what is important, it is THROUGHPUT, and that is dramatically affected by the quadruple-int-sized GUIDs. MEMORY is a precious commodity (on most systems) for the...
October 25, 2010 at 7:35 am
Here in the US, SOX regulations require certain types of companies retain printed hard copies of critical financial and operations related reports, and this the source for a lot of...
October 22, 2010 at 9:50 am
Jeff Moden (10/21/2010)
Steve Jones - SSC Editor (9/20/2010)
Eric Russell 13013 (9/20/2010)
October 22, 2010 at 7:25 am
Randy Emerson (9/21/2010)
October 20, 2010 at 8:20 am
GSquared (10/18/2010)
SanDroid (10/12/2010)
David Walker-278941 (10/12/2010)
October 18, 2010 at 3:37 pm
samalex (10/18/2010)
...It'd be nice if Microsoft would create a numeric data type that works as streamlined as a GUID but being more akin to an Identity field.
Sam
In Oracle...
October 18, 2010 at 12:35 pm
samalex (10/18/2010)
October 18, 2010 at 11:55 am
Viewing 15 posts - 5,836 through 5,850 (of 6,022 total)