Viewing 15 posts - 121 through 135 (of 820 total)
Great article. I had a need to execute T-SQL for every database on a server. I did not want to use the MS procedure for the reasons that...
December 1, 2014 at 11:26 am
So I've been working on a statement:
Databases are normalized but DBAs are not normal at all.
There are two problems: First is that not that many folks would understand it and...
November 26, 2014 at 10:49 am
Gary Varga (11/20/2014)
As a developer who rarely touches production machines (good job too) I never realised or even thought that having a Windows session (I assume that RDP would cause...
November 20, 2014 at 4:32 pm
At a very large ISV company that I worked for we had a policy that one thing ran on one machine. One box for SQL Server, one for e-mail,...
November 19, 2014 at 3:54 pm
Retire? Me? Never! They will find me dead at the keyboard!!
First of September I just got out of six months in a medical facility. It did...
November 10, 2014 at 3:39 pm
Hey! I'm 61 and nowhere close to done.
This is nice thing to do when you are trying to understand some other persons code. Especially if it already has block...
November 10, 2014 at 12:37 pm
Phil Factor (11/10/2014)
Nobody in IT should ever be 'indispensable'. Even if one finds the thought of being mortal as ridiculous, keeping the documentation up-to-date means tranquil holidays.
At one company...
November 10, 2014 at 12:23 pm
This is a great question. We would put out deployment scripts and it fell to a person that was not a DBA to run them. There was always...
November 8, 2014 at 4:25 pm
Mr. fisher you are correct. You can't eliminate the WHERE all the time. If I gave that impression then I apologize for a misstatement.
I'm not against any clause...
January 20, 2014 at 9:29 am
Just always, ALWAYS remember the order of execution.
I added the emphasis. Yes, understanding this execution order is why I have been able to write good performance filtered queries with...
January 17, 2014 at 10:14 am
Great article. I'm about to set one of these up myself. I'll hold off and anticipate the next part.
I have some tables that represent "Domain" data. I...
January 13, 2014 at 2:30 pm
Jeff asks, "What's wrong with RBAR at night?". Even shorter answer is 24 hour processing. What night? My night is one clients early morning.
December 11, 2013 at 6:06 pm
peter-757102 (12/9/2013)
December 9, 2013 at 7:07 pm
patrickmcginnis59 10839 (12/9/2013)
Now this is interesting, because doing the running totals thing would be awesome in a cursor! Would a cursor based solution beat the triangular join method? Would a...
December 9, 2013 at 6:51 pm
Viewing 15 posts - 121 through 135 (of 820 total)