Viewing 15 posts - 5,836 through 5,850 (of 6,031 total)
Steve Jones - SSC Editor (10/27/2010)
October 28, 2010 at 3:36 pm
rootfixxxer (10/28/2010)
October 28, 2010 at 9:32 am
In an transactional database, I always default to at least 3rd normal form. If you want to create some denormalized summary or staging tables on the side for the purpose...
October 28, 2010 at 9:18 am
Specialization is for insects or career contractors. If someone wants to be secure in their job as an IT staff employee, then they have to know the business side as...
October 28, 2010 at 8:23 am
Steve Jones - SSC Editor (10/27/2010)
Some of the smaller manufacturers aren't careful. In the 90s we had two separate NICs have duplicate MACs when we bought an off brand.
Of course,...
October 28, 2010 at 8:11 am
I still think that combining a logical identifier like client_id or store_id with another column containing either a date/time stamp or sequential integer makes more sense than stamping the network...
October 28, 2010 at 8:00 am
Looking at the Actual Execution Plan of the query may not tell you the internals of what the UDF is doing, but it should give you an idea of how...
October 27, 2010 at 10:09 am
chrisn-585491 (10/27/2010)
The scary part is, I make 10-20 percent less than I did a few years ago...
The sad part is that the folks at the top of the heap make...
October 27, 2010 at 9:50 am
I'm in the process of making myself a SQL Server / Oracle / Data Analyst / Business Analyst hybrid. I've had experience with all of the above over the years,...
October 27, 2010 at 9:06 am
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
Viewing 15 posts - 5,836 through 5,850 (of 6,031 total)