Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MS SQL to PSQL 1

Status
Not open for further replies.

cholotron

Technical User
Mar 20, 2017
4
0
0
CA
Good Morning all,

Is there easy way to transfer table definitions from MS SQL to PSQL?

thank you
 
You should be able to script the MS SQL tables into a SQL file. That SQL file should be easily modified to run in PSQL. If you're wanting an automated way, you might look at the Actian Data Integration tools (You'll need to watch for data types that aren't supported by PSQL.
It's hard to give better suggestions without more specific information or questions.

Mirtheil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top