On 5/31/05, Richard Crawford <[EMAIL PROTECTED]> wrote: > On Tuesday 31 May 2005 12:42, Russ wrote: > > >In addition to phpmyadmin (which I've grown to love) there is also the > > >mysql control center and a couple of other GUI tools which have been > > >developed. > > >And for the hardcore, there's always the MySQL command line, which I would > > >frequently kill -- or at least maim -- to have in MS-SQL Server. > > > > Isn't that what SQL Query Analyzer is? > > Not quite, no. > > To elaborate, here is a situation which came up for me last week. I was > working at home due to illness, and I needed to debug some problems we were > having with our SQL Server database. At home, I do not have a copy of either > the Enterprise Manager (licensing issues) or the Query Analyzer (not > compatible with my computer). I would love to be able to shell in via ssh to > the server and execute SQL straight from a command prompt (but then, as I've > mentioned, I usually prefer a CLI interface), but I can't do that with SQL > Server. If I have SQL Qery Analyzer on my desktop then yes, it's more or > less adequate. So what I'd like is the ability to shell in to the remote > server and execute commands there, rather than on my desktop.
I don't know if this will help, but there is a command line tool for mssql. It kind of sucks (compared to psql et al), but it does exist. isql.exe oft found in C:\Program Files\Microsoft SQL Server\80\Tools\Binn. to make the sql execute you have to end the statement with "go". ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208105 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

