Viewing 15 posts - 91 through 105 (of 209 total)
sgehret 2557 (3/7/2013)
Msg 5133, Level...
March 8, 2013 at 2:13 am
Nothing wrong with the following for step 6 though (and the equivalent for step 4):
USE DBDB;
-- no 'GO' necessary
IF OBJECT_ID('dbo.udfUDF') IS NULL
exec('CREATE FUNCTION dbo.udfUDF(@f int) RETURNS...
March 7, 2013 at 10:11 am
Lynn Pettis (9/21/2012)My hope for change is that politians would grow up and start working for us and stop making empty promises just get reelected (or elected).
It's a shame that...
September 24, 2012 at 2:35 am
Dave Schutz (9/21/2012)
I'm going with Dag Hammarskjöld, a great world leader who had the capacity to understand people.
I imagine that would be quite a powerful skill in a politician: pity...
September 21, 2012 at 9:13 am
I used to have a boss that was a complete Mitt Romney. At least he wasn't asking to be elected head of the "free" world!!
September 21, 2012 at 4:14 am
There are a lot of points raised in this one Steve!
A good manager should listen as well as speak in both directions in their chain of command. Typically they...
September 12, 2012 at 3:31 am
Not a single comment in the code: ok you can work it out, but I reckon that's a fail.
August 22, 2012 at 7:58 am
djackson 22568 (7/12/2012)
I have been taught to always write a select before a delete. Confirm the records, then use that code to write the update/delete.
I'm not saying...
July 12, 2012 at 8:08 am
WolforthJ (7/12/2012)
I think it is more important to discuss how to deal with problem...
I couldn't agree more. Trouble is, if you can't fix it, you're faced with moving (plenty more...
July 12, 2012 at 6:36 am
A very good question - thanks 🙂
I would submit that this a good reason to use try/catch so you can control what will happen. Also not to knock their...
July 12, 2012 at 3:21 am
SQLRNNR (7/11/2012)
Michael Lysons (7/11/2012)
It's even evident on this site. Just look at a...
July 12, 2012 at 2:49 am
I absolutely agree with Steve's article. But there is another side to this coin: when someone else is wrong, we need to treat that in a helpful light too. It's...
July 11, 2012 at 4:20 am
j_e_o (4/30/2012)In other words, be the "go to" guy or gal. Learn that new technology up front and be prepared to spear head the effort to integrate it...
Yeah 🙂
April 30, 2012 at 9:21 am
TravisDBA (4/27/2012)... actors think more with their hearts than with their business heads.:-D
Aint that the truth! I try not to pidgeon-hole, but they're an uncommonly interesting bunch to be around...
April 27, 2012 at 8:16 am
don.schaeffer (4/27/2012)My son just started college; I've suggested IT but he's more inclined towards liberal arts. Hope he finds work.
As father to five: carpenter, salesman, psychologist, geneticist and actor,...
April 27, 2012 at 7:58 am
Viewing 15 posts - 91 through 105 (of 209 total)