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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

export schema and stored procedures

Status
Not open for further replies.

LucasH

IS-IT--Management
Oct 28, 2003
93
US
Question,

I am trying to convert a SQL Server db to a posgreSQL db (actually I am not, I am giving it to another person) and am wondering if there is a way I can export or print the schema? Relationships, table designs, data types, etc? i know about the diagram, but I don't want to have to rearrange the tables so i can print them out.

Also, i want to be able to give him the stored procedures as well. Can I export the text of each stored procedure somehow?
 
You can export the schema and without data to ACCESS or, you can Digram Wizard will create a graphical schema for you. That you can export into other formats. The digram might need some tweeks depedning on the db designer has followed same naming and data formats.

Dr.Sql
Good Luck.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top