Forum Replies Created

Viewing 15 posts - 1,786 through 1,800 (of 2,469 total)

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

    hmmm - ann - I see the name only in the "backupmediafamily" - still looking to see how it links up with the restore tables....







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

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

    EBS....so CR is safe because it has nothing to offer but coffee ?! You left out rum...a liquid staple of many - seriously...







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

  • RE: Vacation!!

    Welcome to the east coast....not to rain on your parade but they (the very reliable weathermen) DO say that there'll be scattered t-storms throughout the week...we'll try to keep them...







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

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

    I will (exercise the utmost restraint) & strive to maintain the tone of non political sentiments...for after all, this IS about the senseless killing of innocent victims who were caught...







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

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

    are you looking for something like this:

    select logical_name, physical_name, filegroup_name, user_name, destination_database_name, restore_date

    from restorehistory rh

    inner join

    backupfile bf

    on

    rh.backup_set_id = bf.backup_set_id

    order by restore_date desc







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

  • RE: Req: i Need Help on Triggers

    what kind of trigger is it ?! what is the ddl of the table that the trigger is set on ? what is the syntax of the trigger ? what...







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

  • RE: Help With Query

    ok - then this:

    select * from information_schema.columns

    where table_name not like 'sys%'

    order by table_name, ordinal_position







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

  • RE: Help With Query

    Or this...

    select * from information_schema.columns

    where table_name like 'sys%'

    order by table_name, ordinal_position







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

  • RE: Need SQL Server Help

    Harshen - not sure if you're responding to Dilip or me - however, does my query not work with your table ?! I am selecting all fields and getting the...







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

  • RE: add a consequtive numberID to sorted fields

    Glad it works!







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

  • RE: Updating tables with Triggers

    Aah Remi - you speak like someone who's always been given a free hand....just consider yourself lucky!

    Danny - why don't you post the DDL of the "table in question" &...







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

  • RE: Select Distinct + Cross Join Nightmare

    Glad it works - thanks for getting back!

    ps: Don't let Remi hear you say you've been using a, b, c....as aliases...he can get pretty intimidating when he wants to...







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

  • RE: add a consequtive numberID to sorted fields

    I'm not sure if this is what you want and I can't seem to find the link to the post right now that discussed (what seems to be) the exact...







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

  • RE: My Favorite SSCer

    tsk!tsk! you could have lived to see "veteran" days...

    if you can hear me down there (as you transit Styx...) - edward - you will be missed!

    ps: you met a gruesome...







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

  • RE: My Favorite SSCer

    That would be a fitting end to a rogue like GPF (Edward W. Stanley ??)....

    the moving finger writes (types) & having writ moves on....adieu again..







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

Viewing 15 posts - 1,786 through 1,800 (of 2,469 total)