by XDK
2. January 2014 08:51
Solution:
SELECT a.ControllerId "Controller ID", a.DisplayName "Controller Name" , a.Status "Controller Status(1 - Active)",
b.AgentId "Agent ID", b.DisplayName "Agent Name", b.Status "Agent Status(1 - Active)" FROM tbl_BuildController a , tbl_BuildAgent b where a.ControllerId = b.ControllerId