case when source = 'hyderabad' then 'bangalore' else ' ' end as hyderabad, case when source = 'mumbai' then 'delhi' else ' ' end as mumbai, case when source = 'bangalore' then 'hyderabad' else ' ' end ...
SQLServer2Dictionary: generates a CSPro data dictionary from selected tables in SQL Server database SQLServer2CSPro: given a CSPro data dictionary generated by SQLServer2Dictionary, converts data from ...