Viewing 2 posts - 1 through 2 (of 2 total)
Thank you so much I will work on it.
March 29, 2016 at 8:11 pm
#1868451
Create table #Status as
(Select OrgName, OrgID, DeptName, DeptID, ProcessName ProcessID from #Org, #Dept, #process where #process.DID = #Dept.DID and #Dept. OrgID = #Org. OrgID)
March 29, 2016 at 4:05 pm
#1868435