Re: Error with Linked Servers
- From: "Uri Dimant" <urid@xxxxxxxxxxx>
- Date: Wed, 28 Mar 2007 11:14:15 +0200
Well, is it large set data you want to return?
exec sp_serveroption 'servername','data access','true'
"MikeD" <MikeD@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6EA13818-E61B-49E7-B6E0-35F581ADAF0F@xxxxxxxxxxxxxxxx
No - it's an openquery so it's :
SELECT * FROM OPENQUERY[linked_server_name], 'Select * from table_name'
But the problem isn't so much in the query it's the fact that when you
select the linked server the system hangs with no error message and the
only
way we have of resolving the issue is a server reboot
"Uri Dimant" wrote:
MikeD
Do you run the query in this way?
SELECT <> FROM Server.dbname.dbo.table
"MikeD" <MikeD@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:2C11B49F-D1BF-48C2-9ECC-2470666F9691@xxxxxxxxxxxxxxxx
I can ping the server that sql is on if that's what you mean. I can see
and
create linked servers but cannot query them - see below.
"Uri Dimant" wrote:
MikeD
Do you have ping to linked server?
"MikeD" <MikeD@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:ACBEC816-1EE1-46E8-9535-8E52BB7C502A@xxxxxxxxxxxxxxxx
From time to time the linked servers we have set up cannot be
accessed.
When
I click on the tables node under the linked server within enterprise
manager
the session hangs and no error message is displayed. When querying
the
data
via an openquery no error is thrown, the query simply runs until
manually
aborted.
I've created a linked server OK but immediately cannot open it. The
only
way
around this problem we have is a reboot of the server. Does anyone
know
how
to resolve this problem and also what would cause this.
Thanks
Mike
.
- Follow-Ups:
- Re: Error with Linked Servers
- From: MikeD
- Re: Error with Linked Servers
- References:
- Re: Error with Linked Servers
- From: Uri Dimant
- Re: Error with Linked Servers
- From: Uri Dimant
- Re: Error with Linked Servers
- Prev by Date: Re: Error with Linked Servers
- Next by Date: Re: Error with Linked Servers
- Previous by thread: Re: Error with Linked Servers
- Next by thread: Re: Error with Linked Servers
- Index(es):
Relevant Pages
|
|