Viewing 15 posts - 991 through 1,005 (of 2,469 total)
"fourth life"........???????????? you get one from shooting me ??????????
**ASCII stupid question, get a stupid ANSI !!!**
September 22, 2005 at 9:07 am
"Self-ridicule is quite fine..."..except that's probably the only time that the less people that are in agreement with you, the better for your morale...![]()
Make...
**ASCII stupid question, get a stupid ANSI !!!**
September 22, 2005 at 8:10 am
MattieNH - thank you for pointing out the correction - the only excuse I have in my defense is that the later the hour the fuzzier my brain becomes..
**ASCII stupid question, get a stupid ANSI !!!**
September 22, 2005 at 8:00 am
Chris - couple of suggestions - try opening the clipboard by typing in "clipbrd" in the run command window and see if that opens it...?!?!
Alternately (or simultaneously) - if you...
**ASCII stupid question, get a stupid ANSI !!!**
September 22, 2005 at 7:50 am
Luke - in remi's defense I should say that he's very seldom condescending - the only time I've seen him really lose his poise is when someone doesn't get "it"...
**ASCII stupid question, get a stupid ANSI !!!**
September 22, 2005 at 7:32 am
aah - took the words out of my mouth...maybe stop the sql server agent another option ?!
**ASCII stupid question, get a stupid ANSI !!!**
September 22, 2005 at 7:11 am
You can terminate a job via Enterprise Manager - right click on job and select "Stop Job"
**ASCII stupid question, get a stupid ANSI !!!**
September 22, 2005 at 6:52 am
The only time I've seen this happen is when the backup file gets "appended" as opposed to "overwritten"...
In your post DelBkUps 1WEEKS seems to indicate that the backup file is...
**ASCII stupid question, get a stupid ANSI !!!**
September 22, 2005 at 6:45 am
something very similar has been addressed in this other post
**ASCII stupid question, get a stupid ANSI !!!**
September 21, 2005 at 9:24 pm
Applause for the CASE statement...![]()
"...also need to include the column..."...My bad..what I meant to say was to concat the variable @Result which you'd left...
**ASCII stupid question, get a stupid ANSI !!!**
September 21, 2005 at 9:05 pm
Phill - using ISNULL the way you have it only adds a leading comma instead of a trailing one...also need to include the column...
SELECT @Result = txtField + ISNULL(','...
**ASCII stupid question, get a stupid ANSI !!!**
September 21, 2005 at 8:06 pm
QPR - NO NO NO...Don't let the "CursorsAreEVIL" police catch you saying this (& this site is crawling with them...)![]()
Try & use a stored...
**ASCII stupid question, get a stupid ANSI !!!**
September 21, 2005 at 7:37 pm
sorry - am in the middle of something - promise to get back in an hour or so!!!
**ASCII stupid question, get a stupid ANSI !!!**
September 21, 2005 at 5:50 pm
This could be one of the ways to do it...
declare @result varchar(255) set @result = '' select txtField from myTable where condition.... if @@rowcount > 1 begin ...
**ASCII stupid question, get a stupid ANSI !!!**
September 21, 2005 at 4:01 pm
now that you mention it - I do remember thinking..."hmm, hope all's well with remi - his posts seem to have reduced from one a minute to about 1 in...
**ASCII stupid question, get a stupid ANSI !!!**
September 21, 2005 at 3:40 pm
Viewing 15 posts - 991 through 1,005 (of 2,469 total)