Viewing 2 posts - 1 through 3 (of 3 total)
Sean Lange (4/29/2011)
declare @EmpID char(10)
set @EmpID = 'Rs001'
;with cte as (
select EmpID,...
April 29, 2011 at 2:04 pm
#1317953
WayneS (4/29/2011)
April 29, 2011 at 10:34 am
#1317872