Re: Changing Query behavior based on local vs. remote context?
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Fri, 17 Aug 2007 22:21:49 +0000 (UTC)
Keith (keith@xxxxxxx) writes:
Considering that this behavior is present along with the installation of
this particular product, and that other named SQL and SQL Express
instances on the same machine do not demonstrate this behavior - even
when returning result sets orders of magnitude larger and on the same
physical network - I'm inclined to believe that this behavior is not
machine specific but rather localized to the named instance installed by
this particular product. Meaning, some configurable property of SQL
Server.
Does this happens with queries in any database? Do you get zero rows
for "SELECT * FROM sys.sysdatabases"?
You do connect with the same login locally as you do remotely, don't you?
The only configurable property that would matter is the network options.
That is, this instance have a poor choice of port, or uses named pipes
only for communication (and something goes wrong there).
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- References:
- Changing Query behavior based on local vs. remote context?
- From: Keith
- Re: Changing Query behavior based on local vs. remote context?
- From: Andrew J. Kelly
- Re: Changing Query behavior based on local vs. remote context?
- From: Keith
- Re: Changing Query behavior based on local vs. remote context?
- From: Andrew J. Kelly
- Re: Changing Query behavior based on local vs. remote context?
- From: Keith
- Changing Query behavior based on local vs. remote context?
- Prev by Date: Re: Changing Query behavior based on local vs. remote context?
- Next by Date: Re: Script SQL2005 Security?
- Previous by thread: Re: Changing Query behavior based on local vs. remote context?
- Next by thread: Re: Changing Query behavior based on local vs. remote context?
- Index(es):
Relevant Pages
|