Database Migration from Postgres to SQL Server or any other DB to SQL Server
Upgrade to SQL Server 2000 and SQL Server 7.0
In order to migrate a database from POSTGRES to MS SQL Server use a very powerful set of tools called Data Transformation Services (DTS). These tools can help you perform these tasks in Microsoft SQL Server 2000. DTS can help you import, export, and/or transform data from various sources to single or multiple locations. Please refer to a very good illustrative article for all details at TechRepublic.
In order to migrate data from postgres please install an ODBC driver for postgres so that the DTS can communicate with the postgres. Once this is done use import/export or copy database wizard available in MS SQL Server. Create a DTS job on your MS SQL Server and schedule it using dtsrun.
Upgrade to SQL Server 2005
If you are migrating to SQL Server 2005 you can use Import/Export wizard provided by Integration Services package (SSIS) or even the Data Transformation Services (DTS).
In order to use SSIS you need to have SQL Server Business Intelligence Development Studio installed. A very nice tutorial that illustrates how to use the import/export on SSIS is available at Database Journal written by Gregory A. Larsen
If you are confused between DTS and SSIS please refer to a very good discussion on Simple Talk. Laso refer to MSDN for better details.
Rohit on Facebook
Tweets
- Divan Indo-Pak Cuisine on #Yelp: Went there for the first time and the food was delicious. The place is very high e... http://t.co/SZohU9A3 4 hours ago
- Beat way to eliminate distractions, die! There is no other way. You can overcome distractions, but not eliminate. #BWW 3 weeks ago
- Happy new year! 1 month ago
- Check this video out -- The difference: What 40 Dollars Means http://t.co/dcXffbJq via @youtube 1 month ago
- PMA is the starting point of all riches, whether they be riches of a material nature or intangible riches #napoleanhill 1 month ago

![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=1ccf2ca5-e134-4908-8c28-7230944605af)















Pingback: Tweets that mention Database Migration from Postgres to SQL Server or any other DB to SQL Server | Rohit Prabhakar -- Topsy.com
Pingback: links for 2010-03-25 | Rohit Prabhakar