* [gentoo-user] MSSQL command line Linux interface
@ 2007-04-09 16:56 Mauro Faccenda
2007-04-09 17:05 ` Mick
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Mauro Faccenda @ 2007-04-09 16:56 UTC (permalink / raw
To: gentoo-user
Hi all,
I need to do some simple tasks in a MSSQL Server from a Linux that have no X
installed. I know I can tunnel a SSH connection and run any MSSQL in my own
box, but I think it's more practical to have a cli gui for MSSQL, but I
couldn't find one googling for it, so I'm here asking you.
For short: anyone know a Linux CLI GUI for MSSQL?
Thanks in advance,
Mauro
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] MSSQL command line Linux interface
2007-04-09 16:56 [gentoo-user] MSSQL command line Linux interface Mauro Faccenda
@ 2007-04-09 17:05 ` Mick
2007-04-09 23:28 ` Elias Probst
2007-04-09 23:40 ` [gentoo-user] " Michael Mauch
2 siblings, 0 replies; 5+ messages in thread
From: Mick @ 2007-04-09 17:05 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 574 bytes --]
On Monday 09 April 2007 17:56, Mauro Faccenda wrote:
> Hi all,
>
> I need to do some simple tasks in a MSSQL Server from a Linux that have no
> X installed. I know I can tunnel a SSH connection and run any MSSQL in my
> own box, but I think it's more practical to have a cli gui for MSSQL, but I
> couldn't find one googling for it, so I'm here asking you.
>
> For short: anyone know a Linux CLI GUI for MSSQL?
I know of this: http://www.phpmyadmin.net/home_page/index.php
but it may not be what you're after as this is good for MySQL.
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] MSSQL command line Linux interface
2007-04-09 16:56 [gentoo-user] MSSQL command line Linux interface Mauro Faccenda
2007-04-09 17:05 ` Mick
@ 2007-04-09 23:28 ` Elias Probst
2007-04-09 23:40 ` [gentoo-user] " Michael Mauch
2 siblings, 0 replies; 5+ messages in thread
From: Elias Probst @ 2007-04-09 23:28 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 720 bytes --]
On Tuesday 10 April 2007 18:56:34 Mauro Faccenda wrote:
> Hi all,
>
> I need to do some simple tasks in a MSSQL Server from a Linux that have no
> X installed. I know I can tunnel a SSH connection and run any MSSQL in my
> own box, but I think it's more practical to have a cli gui for MSSQL, but I
> couldn't find one googling for it, so I'm here asking you.
>
> For short: anyone know a Linux CLI GUI for MSSQL?
>
> Thanks in advance,
> Mauro
I think you're looking for "tsql" (interactive) "bsqldb" (non-interactive for
scripts etc.) from the FreeTDS package (dev-db/freetds).
I've used it a while ago for writing a Nagios plugin which monitores some
MSSQL tablespaces.
Regards,
Elias P.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: MSSQL command line Linux interface
2007-04-09 16:56 [gentoo-user] MSSQL command line Linux interface Mauro Faccenda
2007-04-09 17:05 ` Mick
2007-04-09 23:28 ` Elias Probst
@ 2007-04-09 23:40 ` Michael Mauch
2007-04-16 13:25 ` Mauro Faccenda
2 siblings, 1 reply; 5+ messages in thread
From: Michael Mauch @ 2007-04-09 23:40 UTC (permalink / raw
To: gentoo-user
Mauro Faccenda wrote:
> I need to do some simple tasks in a MSSQL Server from a Linux that have no X
> installed. I know I can tunnel a SSH connection and run any MSSQL in my own
> box, but I think it's more practical to have a cli gui for MSSQL, but I
> couldn't find one googling for it, so I'm here asking you.
>
> For short: anyone know a Linux CLI GUI for MSSQL?
Have a look at <http://www.freetds.org>. Perhaps the "tsql" contained in
freetds is already what you want, otherwise "sqsh" could help. Both
freetds and sqsh are in portage.
Regards...
Michael
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Re: MSSQL command line Linux interface
2007-04-09 23:40 ` [gentoo-user] " Michael Mauch
@ 2007-04-16 13:25 ` Mauro Faccenda
0 siblings, 0 replies; 5+ messages in thread
From: Mauro Faccenda @ 2007-04-16 13:25 UTC (permalink / raw
To: gentoo-user; +Cc: Michael Mauch
On Monday 09 April 2007 20:40, Michael Mauch wrote:
> Mauro Faccenda wrote:
> > I need to do some simple tasks in a MSSQL Server from a Linux that have
> > no X installed. I know I can tunnel a SSH connection and run any MSSQL in
> > my own box, but I think it's more practical to have a cli gui for MSSQL,
> > but I couldn't find one googling for it, so I'm here asking you.
> >
> > For short: anyone know a Linux CLI GUI for MSSQL?
>
> Have a look at <http://www.freetds.org>. Perhaps the "tsql" contained in
> freetds is already what you want, otherwise "sqsh" could help. Both
> freetds and sqsh are in portage.
Thank you and Elias for the help, this is exactly what I was looking for. ;)
[]'s
.m
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-04-16 13:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-09 16:56 [gentoo-user] MSSQL command line Linux interface Mauro Faccenda
2007-04-09 17:05 ` Mick
2007-04-09 23:28 ` Elias Probst
2007-04-09 23:40 ` [gentoo-user] " Michael Mauch
2007-04-16 13:25 ` Mauro Faccenda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox