PDA

Click to See Complete Forum and Search --> : looking for a SQL Server Client


Magiaus
Mar 31st, 2004, 09:51 AM
Does any one know of any good SQL Server Manager Clients that come in exe form or that come as asp or asp.net and actually work and setup easy?

Magiaus
Mar 31st, 2004, 10:52 AM
Well I made my own stone age client. It take a ConnectionString and some SQL and executes. No query support right now maybe if I get bored I'll add it...... It's Sorta like a really weak version of the DB2 Console app.....

You know. You connect to a db and execute stored SQL to get what you need done, done. Except the DB2 thing dumps out text tables of data from a Select and my app just ignores them.