Viewing 11 posts - 16 through 26 (of 26 total)
Oh I've read it. Years ago as well as quite a bit of arguments made after that as recently as this decade. The original piece if I am correct was...
April 12, 2009 at 5:51 pm
In regards to the article about "Go To Statement Considered Harmful," WOW. If technology hasn't gotten any better since 1980's, I'll go back to my old job. Wait, that job...
April 12, 2009 at 12:44 pm
Out of curiosity, have you ever created a job in SQL Server with multiple steps and tell it what to do upon failure? If so, then you've used GOTO. GOTO's...
April 11, 2009 at 3:41 pm
In regards to the below, perhaps you should go work for the microsoft sql server team as GOTO is not uncommon in TSQL. 🙂
"The GOTO should always be one...
April 11, 2009 at 7:50 am
Why not try GOTO Step#. You can find it on BOL. I had to write something recently and it worked like a charm.
Example
If A = B
BEGIN
...
April 10, 2009 at 7:24 pm
I am guessing that you have the contract contact person in a table somewhere that can be tied back to contracts. (ie email address and name of person). If so,...
March 31, 2009 at 9:33 pm
Out of curiousity, are they dba's, sql developers, application developers? I work in a small shop so unfortunately and run into this same thing from time to time despite all...
March 31, 2009 at 6:13 am
I guess the first question I have is, why make the changes at the subscriber? In short, the way replication works (since you are not using updating subscriptions) is based...
March 30, 2009 at 9:04 pm
Does anyone know where all this negativity came from about cursors? All I've read about this year are articles saying get away from cursors, "Very Bad" for your production environment....
December 24, 2008 at 7:01 am
I agree with Jack. I should of mentioned that part about scripting out the current table. Good catch Jack.
March 1, 2008 at 6:21 am
There is a way to change your timeout but have you tried to do a bulk insert into a new table (where the data types are updated)? Once the insert...
February 29, 2008 at 2:31 pm
Viewing 11 posts - 16 through 26 (of 26 total)