Viewing 15 posts - 1 through 15 (of 15 total)
EAV tables are a scourge upon the data landscape. We have several vendor applications which seem to be using EAV as an extreme form of obscuring what they deem to be valuable...
July 10, 2018 at 6:43 pm
December 11, 2017 at 4:58 pm
Thanks for taking the time to write this up. Excellent job, and very timely!
January 29, 2015 at 5:28 pm
sgmunson (1/26/2015)
Yes, sub-queries do have uses. As clearly demonstrated by the execution plans, the original query could be problematic in performance with 4 scans of the clustered index...
January 26, 2015 at 4:56 pm
They do have use. For some complex queries, the engine sometimes needs help. Adding a derived table in just the right part of the query can make it easier for...
January 26, 2015 at 2:19 pm
I agree with a lot f what has been said. I would add that spreading the knowledge, particularly to developers helps them be better developers and me a better DBA....
February 18, 2013 at 8:03 pm
I have recently moved to a job where I am expected to refactor a substantial part of the code base, particulary around BI. This is new work, altough I have...
August 23, 2012 at 11:35 pm
Working in the legal industry, I can say that there is both a desire and the resources to make HA real. The last firm I worked for runs 2 large...
June 28, 2012 at 11:31 pm
Do you run a dev environment on a different domain. If so, look there. You might find a machine has been imaged from production and placed in your dev domain....
June 12, 2012 at 6:11 pm
Smack the back of their hands when they try to.:hehe:
If you have a DBA reviewing code before it goes into production, it is done at this point.
If you are...
June 4, 2012 at 9:26 pm
...and do almost everything that is neccessary to avoid nesting your views. No matter how well your query is tuned, you will get performance issues sooner or later when nesting...
June 4, 2012 at 7:34 pm
2a) Be aware Hashing isn't foolproof. 'ab' + 'cabc' looks the same hashed as 'abc' + 'abc'. Every now and again you'll need to 'reset' the data to...
May 16, 2012 at 5:59 pm
Ah, I get it now. Funnily enough, that was what I said to get my current job. A lot of "I haven't done that for 5 years" or "I have...
May 15, 2012 at 7:09 pm
Not sure if I get your meaning Evil, if that is your real name :P. Why would you get someone in if their resume doesn't even contain recent experience relevant...
May 15, 2012 at 6:47 pm
I recently had to conduct interviews for my own replacement. I had conducted interviews before, not many but a few, and basedthem arround technical questions. Just kept on hiring the...
May 15, 2012 at 5:55 pm
Viewing 15 posts - 1 through 15 (of 15 total)