Forum Replies Created

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

  • RE: Another silly question...

    Books Online ( BOL ) is a nice place to start with

  • RE: Need help with how to write diffcult Query

    Select * from Employees_Table where employeeid not in (Select employeeid from employee_Table a , MeetingAttendance  b where a.employeeid = b.employeeid and meetingid = @meetingid and meetingdate between @fromdate and @todate)

  • RE: Need help with how to write diffcult Query

    Select * from Employees_Table where employeeid not in (Select employeeid from employee_Table a , MeetingAttendance  b where a.employeeid = b.employeeid and meetingid = @meetingid and meetingdate between @fromdate and @todate)

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