Re: freeTDS to access sqlserverExpress
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <1237490194.2536.1.camel@freddy> |
Il giorno gio, 19/03/2009 alle 09.41 +0000, Duncan Kerr ha scritto:
> James
>
> I did as you suggested, and it returns null as you suggested. Does that
> mean I can't use the instance option in .freetds.conf, or do I need to
> do something else to point to a NULL server?
>
> Duncan
>
>
> lxdevws85 apps% tsql -S mcdb -U FUENV4\\fuadmin -P ful1ffe -Lv
> locale is "C"
> locale charset is "ANSI_X3.4-1968"
> 1> select serverproperty('InstanceName')
> 2> go
>
> NULL
> (1 row affected)
> 1>
>
> Duncan Kerr
> NYSE Technologies
> t +44 (0)20 7655 7214
>
NULL in this case means no instances :) that is default instance...
usually referred as MSSQLServer
freddy77