Forum Replies Created

Viewing 15 posts - 1,246 through 1,260 (of 2,469 total)

  • RE: #Temp Table

    Yes I did remi - sometimes we do think alike!

  • RE: #Temp Table

    there's nothing random about you at all remi...once things go into that head of yours it seems to be retained there for life....maybe a prom ?!?!

  • RE: #Temp Table

    now, now remi - be nice...

    besides erik - there's no other time ....unless remi moves to ny - in which case i'm withdrawing from ssc anyway....

  • RE: #Temp Table

    rg - i seriously hope for your sake that you're not insulting my intelligence by suggesting that i did it because i tried to disappear...i did it in response to...

  • RE: #Temp Table

    sue.. - qui est sue ?!?!

    erik - i sent you a pm about an article that i recently submitted - did you...

  • RE: #Temp Table

    peeps.. qu'est-ce que c'est - oh - people...no wonder you get your posts ahead of everyone else - you just use too many abbreviations...

  • RE: How to get Database Last Connection time for SQL server ?

    pramod - see if this is what you want...

    select program_name, login_time, last_batch, lastwaittype from sysprocesses

    inner join

    sysdatabases on

    sysprocesses.dbid = sysdatabases.dbid

    and sysdatabases.name = 'dbName'

    order by login_time desc

  • RE: #Temp Table

    agreed rg - i had also said "- do this in your tempdb database!"..

  • RE: #Temp Table

    which's why I had suggested.."select * from sysobjects where name like '#%'"

  • RE: help me in delete records

    when that happens - i'm opting for early retirement...

    unless your new job actually has you working hard (like Frank who has now practically disappeared...

  • RE: help me in delete records

    well - this thread is all about triggers anyway...maybe one of these days i can get to be the "fastest draw on the east coast"...

  • RE: help me in delete records

    do you HAVE a test3 table ?!?!

  • RE: help me in delete records

    HUH ?!?! ne comprends pas!

    remi - reg. the "read receipt" i always get a message back to myself saying that i've read it...i mentioned it to steve once and i've...

  • RE: help me in delete records

    smruti - are you sure you have a test3 table ?! you need to create it first!!!

    FROM DELETED

  • RE: help me in delete records

    also...the from part of it should be from Deleted..

    remi - i find that i'm making a lot of mistakes just so i can get there ahead of you - now...

Viewing 15 posts - 1,246 through 1,260 (of 2,469 total)