Viewing post 1 (of 1 total)
Hi,
I have created a temp table (@TableName) with columns EmployeeId, EmployeeName and have inserted rows dynamically.
Now, I want to delete the those employees whose employeeIds are not in @EmpId
Below...
February 11, 2010 at 1:50 pm
#1117762