Domain: sqlmanager.net
Stories and comments across the archive that link to sqlmanager.net.
Comments · 12
-
Re:Much better anyway
-
Re:I think Microsoft is more concerned...
I'm pretty happy with Vim
;)
Seriously, I've found NeoOffice enough to manage the daily flow of doc/xls/ppt files. I mostly view those files, the exception being Excel spreadsheets I routinely send to other departments. The spreadsheets are dumps of SQL queries, which I can produce as CSV and later import in OO Calc, or run under Parallels a Windows 2000 instance (pretty snappy in my Macbook) and EMS SQL Manager for MySQL to get the report straight as an Excel file (and character encoding issues are handled better). -
Re:PL/SQL Developer
Ah! But you are assuming an audience. Now that Oracle XE is available, it is not just the high paying corporates that use Oracle. I just installed XE because of the free license and since 4GB is adequate for many of my apps. Since I am a student now and my projects are Academic, I would think twice about $180 and that's approximately what other DBA tools for other databases cost.
http://www.sqlmanager.net/ -
Re: there are more tools available for MS SQL
(Note - some content cross posted from the recent MSSQL2005 posting I made)
I take issue with the number of tools.
Postgresql has a great variety of tools, both OSS and commercial that work great. I've been working on an updated list of all the tools. Here are a few of the most popular admin tools:
PGadminIII
http://www.sqlmanager.net/products/postgresql/mana ger [sqlmanager.net]
DBvisualizer
http://www.minq.se/products/dbvis/ [www.minq.se]
EMS Postgresql Manager
http://www.sqlmanager.net/products/postgresql/mana ger [sqlmanager.net]
PHPpgadmin
http://sourceforge.net/projects/phppgadmin [sourceforge.net]
Sybase Power Designer
http://www.sybase.com/products/enterprisemodeling/ powerdesigner [sybase.com]
ERWIN data modeller
http://www3.ca.com/Solutions/Product.asp?ID=260 [ca.com]
CASE Studio 2
http://www.casestudio.com/enu/default.aspx [casestudio.com]
Postgresql has a vibrant tool community. If you want more info on Postgresql tools see
http://techdocs.postgresql.org/v2/Guides/PostgreSQ L%20GUI%20Tools/document_view [postgresql.org] -
Re: there are more tools available for MS SQL
(Note - some content cross posted from the recent MSSQL2005 posting I made)
I take issue with the number of tools.
Postgresql has a great variety of tools, both OSS and commercial that work great. I've been working on an updated list of all the tools. Here are a few of the most popular admin tools:
PGadminIII
http://www.sqlmanager.net/products/postgresql/mana ger [sqlmanager.net]
DBvisualizer
http://www.minq.se/products/dbvis/ [www.minq.se]
EMS Postgresql Manager
http://www.sqlmanager.net/products/postgresql/mana ger [sqlmanager.net]
PHPpgadmin
http://sourceforge.net/projects/phppgadmin [sourceforge.net]
Sybase Power Designer
http://www.sybase.com/products/enterprisemodeling/ powerdesigner [sybase.com]
ERWIN data modeller
http://www3.ca.com/Solutions/Product.asp?ID=260 [ca.com]
CASE Studio 2
http://www.casestudio.com/enu/default.aspx [casestudio.com]
Postgresql has a vibrant tool community. If you want more info on Postgresql tools see
http://techdocs.postgresql.org/v2/Guides/PostgreSQ L%20GUI%20Tools/document_view [postgresql.org] -
Re: "Not many good tools for PostGreSQL"
This must be in satire, or ignorance.
Postgresql has a great variety of tools, both OSS and commercial that work great. I've been working on an updated list of all the tools. Here are a few of the most popular admin tools:
PGadminIII
http://www.sqlmanager.net/products/postgresql/mana ger
DBvisualizer
http://www.minq.se/products/dbvis/
EMS Postgresql Manager
http://www.sqlmanager.net/products/postgresql/mana ger
PHPpgadmin
http://sourceforge.net/projects/phppgadmin
Sybase Power Designer
http://www.sybase.com/products/enterprisemodeling/ powerdesigner
ERWIN data modeller
http://www3.ca.com/Solutions/Product.asp?ID=260
CASE Studio 2
http://www.casestudio.com/enu/default.aspx
Postgresql has a vibrant tool community. If you want more info on Postgresql tools see
http://techdocs.postgresql.org/v2/Guides/PostgreSQ L%20GUI%20Tools/document_view -
Re: "Not many good tools for PostGreSQL"
This must be in satire, or ignorance.
Postgresql has a great variety of tools, both OSS and commercial that work great. I've been working on an updated list of all the tools. Here are a few of the most popular admin tools:
PGadminIII
http://www.sqlmanager.net/products/postgresql/mana ger
DBvisualizer
http://www.minq.se/products/dbvis/
EMS Postgresql Manager
http://www.sqlmanager.net/products/postgresql/mana ger
PHPpgadmin
http://sourceforge.net/projects/phppgadmin
Sybase Power Designer
http://www.sybase.com/products/enterprisemodeling/ powerdesigner
ERWIN data modeller
http://www3.ca.com/Solutions/Product.asp?ID=260
CASE Studio 2
http://www.casestudio.com/enu/default.aspx
Postgresql has a vibrant tool community. If you want more info on Postgresql tools see
http://techdocs.postgresql.org/v2/Guides/PostgreSQ L%20GUI%20Tools/document_view -
Re:Anyone know of a good free MySQL GUI?
EMS MySQL Manager 3 Lite is by far the best
-
Re:Just compared MySQL 4.0.12 vs PG 8.0.3
If you are looking for tools that are similar phpmyadmin for postgres, you might take a look at the free version of PostgreSQL Manager.
It's not OSS, but it's nice.
http://www.sqlmanager.net/en/products/postgresql/m anager
A commercial tool for postgres for reverse engineering existing schemas and displaying graphs is Charonware's CASE Studio.
http://www.casestudio.net/
Dezign for Databases will let draw an ERD diagram and then generate PostgreSQL compliant sql for creating tables in your diagram.
http://www.datanamic.com/ -
development tools for postgres
Can anyone recommend any postgres development tools for windows? So far I've come across this:
EMS PostgreSQL Manger
http://www.sqlmanager.net/en/products/postgresql/m anager -
EMS PostgreSQL Data Pump
I converted a fairly large db (~15 million rows in 100+ tables) from MS SQL Server to postgres using EMS's PostgreSQL Data Pump software. It's not free, but it's cheap, and saves you a LOT of trouble. You can find it at http://www.sqlmanager.net/products/postgresql/dat
a pump.
We still had to re-write all of our stored procs as postgresql functions, but that was a pretty good learning experience and enabled us to trim some serious fat as well. -
Yes! 8.0 - I have been waitingI've been running 8.0 RC1 for a while because of a few features I missed...Bare in mind my database projects are for fun so my featuresets may be considered low profile
:)Especially the ability to ALTER TABLE "x" RENAME TO "Y"; (!)
Yes mySQL has been able to do this for a while, I got sick of exporting out the data and re-importing, but now we dont have too!
It might be also a good time to mention that EMS have released Lite versions of their product that are free. (pgsql, mysql, mssql and interbase)
Although I'll probably end up buying a non-commerical license to support them.
Check it out here: http://sqlmanager.net/news/607