Connection to Microsoft SQL Server

Hi,

I am using "ksh" and trying to connect to the Microsoft SQL Server but it gives an error that is:

          DB-LIBRARY error:
          Unexpected EOF from SQL Server.

Can any one please help me to resolve this issue. And i am using Putty to connect to the Unix server.

Thanks

Sounds very strange - please post what command you are issuing. ksh has no client built in to connect to a MS SQL server. You might need something like perl with an appropriate module for example.

Also use

```text
 and 
```

tags when posting code, data or logs to ensure readability and to preserve formatting etc.

I am using:

   isql -S <Servername> -U <Username> -P <Password>

and also:

   fsql -S <Servername> -U <Username> -P <Password>

---------- Post updated at 03:33 PM ---------- Previous update was at 03:22 PM ----------

Can you provide a sample example to know how to use

 and 

tags when posting code. Please.

---------- Post updated at 03:34 PM ---------- Previous update was at 03:33 PM ----------

Can you provide a sample example to know how to use

 and 

tags when posting code. Please.

You got a 1st warning and a 2nd warning and both contained a preformatted message from Neo how to use code tags which explains it decent. You also got a PM from me where I stated when to use them.

Also you can just use the edit function on the posts I have edited for you already and check the code.