Viewing 15 posts - 4,516 through 4,530 (of 6,038 total)
I've seen fact tables in a star schema model with 20+ foreign keys. By default, foreign keys are not indexed, and nor should they generally speaking. Actually, there are cases...
May 21, 2014 at 12:00 pm
Monthly SQL Server user group meetings are a good place for leads on permanent hire positions or contracts. If you're currently in the market for a new job and there...
May 21, 2014 at 7:24 am
When it comes to leveraging a new feature or adopting a new technique, whether that happens tomorrow or months down the road also depends on if I'm currently working on...
May 21, 2014 at 7:16 am
A database restore performs mass write operations to data and log files, so should we really expect dm_io_virtual_file_stats to be near zero after a restore?
May 20, 2014 at 7:46 am
Sean Lange (5/19/2014)
Eric M Russell (5/19/2014)
Maxer (5/18/2014)
May 19, 2014 at 10:32 am
Doctor Who 2 (5/19/2014)
May 19, 2014 at 10:22 am
Maxer (5/18/2014)
This sort of sets...
May 19, 2014 at 9:54 am
Is is possible that an SSIS package or some other ETL process can be disabling the check constraints prior to loading tables?
May 19, 2014 at 9:38 am
Doctor Who 2 (5/19/2014)
What recruiters have people had the best experience with?...
May 19, 2014 at 9:28 am
Doctor Who 2 (5/19/2014)
May 19, 2014 at 8:03 am
One reason why developers write cursor based SQL is because they're attempting to literally re-create the step by step looping and decision based logic of a workflow diagram. Often times...
May 19, 2014 at 7:50 am
Database engines don't execute T-SQL or PL/SQL; they compile to an execution plan and execute that. For example, in SQL Server two very different looking sql selects, one that references...
May 16, 2014 at 7:27 am
Sometimes a minor failure, more like a temporary set back, results in a re-evaluation of our career, and it is actually becomes the impetus for moving to the next level...
May 16, 2014 at 7:02 am
Most organizational employers expect data analysts to be subject matter experts with some background in SQL, and they expect DBAs to be database/network/ETL/Windows/Linux experts. An exception would be startups, who...
May 14, 2014 at 1:42 pm
robert.diley (5/14/2014)
From p. 88:
"we can discuss the Hash Match join operator.
It occurs when...
May 14, 2014 at 9:16 am
Viewing 15 posts - 4,516 through 4,530 (of 6,038 total)