--
Andrew J. Kelly SQL MVP
Solid Quality Mentors
"Yev" <Y...@discussions.microsoft.com> wrote in message
news:F2ADFD09-0F17-4BFE...@microsoft.com...
--
Kevin G. Boles
Indicium Resources, Inc.
SQL Server MVP
kgboles a earthlink dt net
"Yev" <Y...@discussions.microsoft.com> wrote in message
news:F2ADFD09-0F17-4BFE...@microsoft.com...
http://support.microsoft.com/kb/238949
The following connection string:
"Provider=SQLOLEDB.1;Persist Security Info=False;User ID=<User ID>;Initial
Catalog=pubs;Data Source=<YourDataSourceName>;Network Library=dbnmpntw"
tries to connect to SQL Server through the SQLOLEDB provider using the Named
Pipes network library.
Now, that was "back in the day", and I haven't tried anything ado.net 'ish
with this.
But using named pipes would be the faster "me-computer TO me-computer".
Maybe that will provide the hint you're looking for.
..........
I know MS still thinks about it, because WCF has syntax for using named
pipes.
Check this post:
http://seherstrange.com/
He is using http://seherstrange.com/ with an express sql server database.
"Yev" <Y...@discussions.microsoft.com> wrote in message
news:F2ADFD09-0F17-4BFE...@microsoft.com...
There is some new-school references.
"sloan" <sl...@ipass.net> wrote in message
news:uSdvpud...@TK2MSFTNGP06.phx.gbl...