Forum Replies Created

Viewing 15 posts - 991 through 1,005 (of 2,469 total)

  • RE: Top 5 From Per group in one Select?

    "fourth life"........???????????? you get one from shooting me ??????????







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Top 5 From Per group in one Select?

    "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 !!!**

  • RE: if output > 1?

    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 !!!**

  • RE: Enterprise Manager - Diagrams

    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 !!!**

  • RE: Top 5 From Per group in one Select?

    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 !!!**

  • RE: Terminate the job

    aah - took the words out of my mouth...maybe stop the sql server agent another option ?!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Terminate the job

    You can terminate a job via Enterprise Manager - right click on job and select "Stop Job"







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Daily Backup Keeps Growing

    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 !!!**

  • RE: removing repeating fields in result

    something very similar has been addressed in this other post







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: if output > 1?

    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 !!!**

  • RE: if output > 1?

    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 !!!**

  • RE: if output > 1?

    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 !!!**

  • RE: if output > 1?

    sorry - am in the middle of something - promise to get back in an hour or so!!!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: if output > 1?

    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 !!!**

  • RE: Getting problem with datatype in E.M

    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 !!!**

Viewing 15 posts - 991 through 1,005 (of 2,469 total)