Viewing 15 posts - 571 through 585 (of 1,353 total)
Not to sound harsh, but have you ever done any real, complex database development work? It certainly sounds like you haven't.
I have done real, complex database development, both in OLTP...
September 3, 2015 at 6:25 am
We all just need to come to terms with the fact that application programmers have a need to locally persist things like shopping carts, messaging, or just generic objects. It...
September 2, 2015 at 1:18 pm
Okay.... and in that example with foreign key constraints in place the customer still wouldn't get their order because not only would there not be a parent order there wouldn't...
September 2, 2015 at 8:22 am
I guess why I find this topic so interesting is that I keep hearing this "the consequences will dire" statement about not using foreign keys and I just don't...
September 2, 2015 at 8:05 am
all a foreign key constraint enforces is that some arbitrary matching record exists in the parent table
What does this even mean? Is it arbitrary to ensure the items order...
September 1, 2015 at 7:01 am
However, unless there is an important reason to minimize the load time, you may still want to keep foreign keys in the data warehouse as well,
If a table has a...
August 31, 2015 at 8:08 am
All too true. Any database of any size that doesn't have primary keys will eventually have duplicates. Any database of any size that doesn't have foreign keys will...
August 31, 2015 at 6:43 am
Really liked the way you stepped back to give an objective overview. I'm now more open to the idea of NOSQL to solve certain business issues.
August 27, 2015 at 6:14 am
I have to tell you that for calculating things like amortization tables, 4 decimal places is simply not enough. 15 seems to be the magic number. And, yes, Granny Spreadsheet...
August 17, 2015 at 8:36 am
Thanks for the clarification.
August 17, 2015 at 7:55 am
Thanks for that clarification. So if I don't need the instance to act within an Always On group or cross domains, a virtual service account should be sufficient, right?
August 14, 2015 at 7:51 am
Thanks for this. I think I'm closing in for what I need. A couple of follow ups:
VAs allow registration of an SPN but will not provide authentication across...
August 14, 2015 at 7:04 am
To me a full answer depends on how many sources you are pulling from to populate your data warehouse.
I have four principle sources. Each source has it's...
August 13, 2015 at 2:19 pm
Let's try this from another angle. I've reviewed your answer and done further reading.
With a SQL Server 2014 installation there is the option for the service accounts...
August 13, 2015 at 2:06 pm
Viewing 15 posts - 571 through 585 (of 1,353 total)