Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

chameleon

macrumors regular
Original poster
Mar 4, 2006
123
0
Albany, NY
What do you folks use for an SQL Tool on the Mac?

I've tried a bunch since my "switch", and so far they all suck.

On Windows, there is Enterprise Manager, which is clunky, but it lets you do everything you need for SQL Server. Most importantly, you can just start typing to make changes to data in a table, add new rows, etc., and it's got a decent query builder

Thus far the best I've found on the Mac is RazorSQL, which makes me want to gouge my eyes out most of the time.

There must be something better.

Any advice?
 
for all of my personal work i have switched to mySql since the tools available are great, and platform independent.
 
What do you folks use for an SQL Tool on the Mac?

What is it that you need to do. Just enter SQL querries? Don't look for Mac specific tools. Anything that will run on UNIX-like systems wil run on the Mac. I'm using PosgreSQL here foe project and I find "psql" that ships with PostgreSQL to be good enough. It has comands for editing querries and examining the structure of tables. What else is needed?
 
The Terminal to Finder allusion an insult to SQL GUI tools. Surely they're not as terrible as that. I mean, switching from XFile or Terminal to Finder is like trading your hammer in for a playskool hammer.
 
Sorry, but many of you are missing the point. Perhaps I wasn't clear enough.

The database is, and always will be, Microsoft SQL Server.

What I need is a Mac based client that will allow me to query and manage the database. Something like Enterprise Manager on Windows.
 
Sorry, but many of you are missing the point. Perhaps I wasn't clear enough.

The database is, and always will be, Microsoft SQL Server.

What I need is a Mac based client that will allow me to query and manage the database. Something like Enterprise Manager on Windows.

Then run a copy of Enterprise Manager either under VMware or by a remote access program like VNC.
 
CocoaMySQL is a decent tool as well. I don't know how well it will work with MSSQL though, if at all.
 
I don't know of anything like EM for Mac, but surely you could use Remote Desktop Connection to connect to the machine and run EM like that. I'm assuming if you access to SQL Server that it would not be a problem to connect via RDC. This takes the Boot Camp/Parallels/VMWare virtualization stuff out of the picture, meaning no Microsoft tax!
 
Thanks to everyone who has replied so far.

Yes, I could use BootCamp / VMWare / Parallels, etc. I would much rather have a Native / Cocoa app -- if such a thing exists.

So far I've either found half-hearted efforts, or bloated Java apps.

I will give DbVisualizer a look, however.

Any other ideas?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.