>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.
[quoted text clipped - 22 lines]
>> >
>> > Mike
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
> MikeD
> Do you run the query in this way?
[quoted text clipped - 26 lines]
> >> >
> >> > Mike
Uri Dimant - 28 Mar 2007 10:14 GMT
Well, is it large set data you want to return?
exec sp_serveroption 'servername','data access','true'
> No - it's an openquery so it's :
> SELECT * FROM OPENQUERY[linked_server_name], 'Select * from table_name'
[quoted text clipped - 38 lines]
>> >> >
>> >> > Mike
MikeD - 28 Mar 2007 10:32 GMT
It's nothing to do with the query or the size of data. the problem is that
the linked server cannot be accessed until a reboot is done.
> Well, is it large set data you want to return?
>
[quoted text clipped - 42 lines]
> >> >> >
> >> >> > Mike