Viewing 15 posts - 301 through 315 (of 424 total)
New ideas are untested and spring from rational models (mind junk). Empirical solutions are simple, robust, and proven. I quickly and confidently implement these simple solutions wherever there...
July 8, 2014 at 6:06 am
Like a boa constrictor, you just have to keep tightening your grip on it. I've converted hundreds of databases over the years. First I start out with row...
July 3, 2014 at 12:13 pm
Set your own standards and stick to them.
I have a complex system that generates about 80% of the stored procedures (5000) so I can easily modify error handling for example...
July 2, 2014 at 8:30 am
Game over. Human player wins in 17 shots!
It's easy when you cheat.
Thanks for the fun game. Nice interface.
I'd really like to see this rewritten in a modular form. ...
June 12, 2014 at 9:00 am
Awesome!
I'm using SqlComplete and SqlCodeGuard and QuickMacros but this fills a hole left by those products.
Thank You.
June 10, 2014 at 1:27 pm
I've found two big problems with the spaceused report. First, if you have Service Broker and you aren't closing the conversations it will take up a huge amount of...
May 23, 2014 at 12:39 pm
I see serious problems with taking a RAID chart from IT guys and accepting it as being applicable in any way to SQL Server. SQL Server requires almost the...
May 16, 2014 at 6:37 am
Q.E.D.
I added this weird line after the FROM clause and now results are immediate!
OPTION ( OPTIMIZE FOR ( @xml = NULL ) )
May 12, 2014 at 8:50 am
I'm sticking with this until it is solved since we have a release coming up in a month. Inside the company I've tried three servers and all take over...
May 12, 2014 at 7:39 am
Here is some further information: I ran the script above on a different server and it ran in a second vs. 30 seconds on mine. Both servers are Microsoft...
May 12, 2014 at 7:08 am
facemann (5/6/2014)
I can only run this script from master else I get the following error.Msg 4104, Level 16, State 1, Line 2
The multi-part identifier "objects.schema_id" could not be bound.
I wrote...
May 6, 2014 at 12:39 pm
The attachment is at the very bottom of the article. It is called Settings.sql
May 6, 2014 at 5:54 am
A meaningless PK is DEFINITELY my number one rule. I've been programming databases for over 25 years and I've been burned so many times by supposedly immutable keys that...
May 2, 2014 at 6:50 am
Is a workday Monday thru Friday? Do you need to be concerned with holidays?
May 1, 2014 at 1:13 pm
Guids are my preference; I never said they were gospel truth. The difference between guids and identities is that identities get generated on insert whereas guids can be generated...
April 30, 2014 at 1:53 pm
Viewing 15 posts - 301 through 315 (of 424 total)