I was using Microsoft SQL server 2005 and was able to concatenate row values based on the following query:
SELECT e1.EMP_ID, ( SELECT cast(Sector_ID as v
FOR XML PATH
is not available in sql server 2000.
This article discusses different approached for concatenating row values: Concatenating Row Values in Transact-SQL