Re: perl script errors while connecting to sql server

2009-04-19 Thread perl pra
Hi I am able to connect to my remote sql server through SQL express Managment console. I have configured my sqlserver to allow remote connections. Thanks, siva On 4/16/09, Jayesh Thakrar wrote: > > > From what I understand, the Express Edition of MS SQL Server does not > support connections f

Re: perl script errors while connecting to sql server

2009-04-16 Thread Jayesh Thakrar
>From what I understand, the Express Edition of MS SQL Server does not support >connections from remote machines/hosts out-of-the-box. Look up the Microsoft KB article and turn-on support for remote connections and then try. http://support.microsoft.com/kb/914277 -- Jayesh - Original