Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the Progress equivalent to SQL Management Studio?

Tags:

progress-db

I have a progress database that I need to connect to. What is their equivalent to the SQL Server Management Studio?

The server appears to be Progress OpenEdge 10.1

like image 323
NotMe Avatar asked Mar 26 '10 19:03

NotMe


1 Answers

It depends a bit on how deep you really want to go but "OpenEdge Management" is probably the closest.

If you just need to start & stop the db and take care of routine maintenance you don't need OE Management -- all of that stuff is "in the box" either via "Progress Explorer" or scripting (depending on your taste) and a few utility programs.

To just browse the SQL any standard SQL tool will do. "Squirrel" is a popular option.

OpenEdge does contain a command line tool "SQL Explorer" that you could also use -- it is installed in %DLC%\bin\sqlexp.exe

like image 199
Tom Bascom Avatar answered Oct 21 '22 10:10

Tom Bascom