Forum Replies Created

Viewing 4 posts - 31 through 34 (of 34 total)

  • RE: Transaction Log

    That means therez isn't possibility of accessing log files without the need of third party tools. What are log files in objectExplorer->Management->Sgl Server log file. Is this...

  • RE: query for non existant rows

    If there are few subjects like 2-3, check this:

    select

    s.studentId, c1.subject, c2.subject

    from student s

    left join classes c1

    on c1.studentId = s.studentId

    and c1.subject = 'subject1'

    left join classes c2

    on...

  • RE: Execution Plan

    Thanks Paul for educating me

    I am new to this website.....I just wanted to know how to upload pics and stuff here just like you uploaded yesterday?

    Thanks...

  • RE: Stored Procedure

    Thanks Paul

Viewing 4 posts - 31 through 34 (of 34 total)