Viewing 15 posts - 16 through 30 (of 116 total)
Jeff Moden (1/20/2010)
David Korb (1/20/2010)
This is why the one-room schoolhouse is a superior model for education: the older kids solidify their knowledge as they pass it on to the younger.
I...
January 21, 2010 at 9:05 am
"...when you spend time helping others, you also improve your own skills."
To go off on a bit of a tangent:
This is why the one-room schoolhouse is a superior model for...
January 20, 2010 at 9:51 am
The K is there to prevent the soft C pronunciation and conform with the spelling of other words that end with the hard C ending: such as brick, flack, block,...
August 13, 2009 at 10:34 pm
"Initialization" only happens once by definition. You will always get a return from @@rowcount, so the variable will always reflect the most recent value.
August 7, 2009 at 9:20 am
Those gatekeeper systems serve mainly to maintain legal monopolies for the benefit of the people already in the profession, with the secondary benefit of providing higher quality professionals.
I'm not sure...
August 3, 2009 at 11:03 am
I don't know about the beer but as for Craftsman tools I believe most professionals... are going to have brands like:
Klein! My lineman's pliers, dikes, strippers, and screwdrivers were always...
August 3, 2009 at 10:25 am
What was the gist of it?
You can't always choose what you work on (well maybe _you_ can). 🙂
A DBA residency would have generalized rotations, different employers and RDBMS. If you...
August 2, 2009 at 11:50 am
I spent about 40 minutes crafting a reply, but when I hit "Preview" received a "The session identity provided has expired or could not be found." message. All the work...
August 2, 2009 at 11:40 am
A three year residency could be specialized in things like web development, graphics, databases, or networks. And the more challenging sub-specialties could have a fellowship after the residency.
So, to be...
August 1, 2009 at 7:09 pm
I'm with Steve and Jeff, but I would frame it differently. I think that computing is still in its infancy and the path towards craftsmanship, or professionalization, is a matter...
August 1, 2009 at 5:14 pm
First, save off a distinct set of users in a temp table, then insert where they do not already exist. This is the set-based approach. No need to use loops...
July 16, 2009 at 9:17 am
I would recommend taking at least an intro level database theory course. There's a lot of bad architecture out there because people can't be bothered to learn about E.F. Codd's...
June 16, 2009 at 5:24 pm
This is such a common problem, you should roll your own!
Note: my original post contained sucky code. I've repaired it and placed it within a table valued function which makes...
June 16, 2009 at 5:10 pm
GSquared (1/15/2009)
The default trace should have the command in it that is doing the disabling. That should give you the source.
We finally discovered the source. Nope, there is no...
January 20, 2009 at 1:10 pm
The index is being re-created every morning after the data load. It exists the rest of the day, but at some point, early on, it's being disabled.
January 14, 2009 at 5:40 pm
Viewing 15 posts - 16 through 30 (of 116 total)