Viewing 15 posts - 4,501 through 4,515 (of 6,026 total)
After the modification the view is performing very poorly unexpected behavior.
So this view was implemented to facilitate some partitioning strategy. There are many scenarios where partitioning, especially paritioned views...
May 22, 2014 at 8:14 am
Toreador (5/22/2014)
Eric M Russell (5/21/2014)
By default, foreign keys are not indexed, and nor should they generally speaking.
If the table is large and the referenced table allows deletion, then foreign...
May 22, 2014 at 7:52 am
Jeff Moden (5/21/2014)
I have a friend from NY City and his saying is "The squeaky wheel gets greased". 😉 Heh... "Thing aboud it!" 😀
Yes, the cart doesn't revolve around...
May 22, 2014 at 7:40 am
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
Viewing 15 posts - 4,501 through 4,515 (of 6,026 total)