Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Automating a SQL Group Failover to another Node

    Thanks all for the tips and responses...Worked like a charm..

  • RE: Problem With Sql Trace

    Tried your suggestion with different permutaions and still no luck.  Seems like it accespts the @ as a reserved character unless I'm missing something.

    Is the captial N required?  What does...

  • RE: Insert To Omit Duplicate Records

    This is the query syntax that I've been trying to manipulate.

    insert logfilehistory(file_name,size_K,full_date,char_date,char_time)

    select fname,lsize/1024,file_date,crdate,crtime

    from #logfiles

    where not exist (select fname from #logfiles)

     

Viewing 3 posts - 1 through 3 (of 3 total)