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 Rhinorhino 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
Joined
Mar 20, 2017
Messages
4
Location
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
 
Thank you,
I end up doing it manually

:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top