A client I'm working with needs his SQL Server 2005 to accept remote connections, but I've only got a telnet shell to work with. I can't get any GUI on this remote computer, only a command shell.
So, is it possible, in any way, to enable remote connections on it ?
I've tried sqlcmd
in my shell, but even when I'm specifying localhost
as the address, it says that remote connections aren't allowed.
Any help would be great :)