Forum Replies Created

Viewing 15 posts - 1,771 through 1,785 (of 2,469 total)

  • RE: table name that contains the list of files that were restored in a database

    ann - could you pl. check out this query and see if it works...I can't test this right now...

    select restore_type, physical_device_name, destination_database_name, restore_date

    from restorehistory rh

    inner join

    backupset bs

    on

    rh.backup_set_id = bs.backup_set_id

    inner join

    backupmediafamily...







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

  • RE: Anything into Oil

    Unicentro - THAT's it!

    ps:"La musica, la comida, las campas y los gentes...me gusto mucho la paiz"...Omar Khayyam said something quite similar - except in his case I think it was...







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

  • RE: Does SQL have something like INSTR

    thx. for explaining...NOW the concatenation makes perfect sense!

    ps: should this be:

    Select col1, col2 from dbo.BookDetails where ';' + BIC + ';' like ';%' + @VarName + '%;'







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

  • RE: Does SQL have something like INSTR

    I'm not sure I understand the returning JK% part...

    eg: If I did something like -

    IF(SELECT CHARINDEX('JK2', 'TRC, JK, JK3, YS, HA')) > 1

    print 'alright'

    ELSE

    print 'oh no'







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

  • RE: Does SQL have something like INSTR

    Remi - why not:

    IF(SELECT CHARINDEX(@VarName, columnName)) > 1

    do....

    ELSE

    do.....







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

  • RE: Vacation!!

    Isn't this what they call an "insupportable claim" ???







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

  • RE: Anything into Oil

    Hasta "now"....was in Bogota for the most part - did visit Cartagena for a week - must tell you that there were little kids peddling dope - & quite openly...







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

  • RE: Vacation!!

    Polling hasn't begun yet Remi - hold your horses!







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

  • RE: table name that contains the list of files that were restored in a database

    maertean - thanks - I beilieve though (ann can set me straight) - that she needs a list of all the files that have been restored - so do you...







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

  • RE: Vacation!!

    There's a war between the sexes ?! How come no one told me ?!

    ps:For the most part - women live by:

    ours not to reason...







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

  • RE: Anything into Oil

    KSumner - I didn't read the entire article but it did take me back to my days in India where I would watch the villagers pick up cow dung, pat...







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

  • RE: Vacation!!

    Because Steve asked everyone to suck up and we always do as we're told!!!







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

  • RE: Problem with procedure

    You haven't said what syntax you are using and what error msg. you see...

    here's another post that discussed the exact same issue - maybe it'll help:

    http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=200830







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

  • RE: Honouring the dead in London (Terror attack)

    "skewed" - what a masterly understatement!

    Pax!

    btw - "...the worst thing to happen is one spills the rum or coffee while sitting by a quiet...







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

  • RE: Honouring the dead in London (Terror attack)

    My my - this is getting rather profound, isn't it?! But since it's an "almost weekend" I guess I'll take it in my stride...

    Philosophically - most (if not all) of...







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

Viewing 15 posts - 1,771 through 1,785 (of 2,469 total)