Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 select between two servers

Author  Topic 

Fredforfree
Starting Member

49 Posts

Posted - 2009-09-11 : 07:55:29
Hi I am having difficulty with a simple select * between two servers.

This is what i tried and it does not work.

select * from [ressqlsource.int.Roger.ca].[dbo].[source_dialer].[dbo.view_isn_time]

Any suggestions please?

fredforfree

Fred

works now i just took the dbo out of [dbo.view_isn_time]

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2009-09-11 : 08:22:13
select * from [ressqlsource.int.Roger.ca].[source_dialer].[dbo].[view_isn_time]

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

Fredforfree
Starting Member

49 Posts

Posted - 2009-09-11 : 08:46:57
Thanks Madhivanan, i thought i had already tried that.


quote:
Originally posted by madhivanan

select * from [ressqlsource.int.Roger.ca].[source_dialer].[dbo].[view_isn_time]

Madhivanan

Failing to plan is Planning to fail



Fred
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2009-09-11 : 09:38:33
quote:
Originally posted by Fredforfree

Thanks Madhivanan, i thought i had already tried that.


quote:
Originally posted by madhivanan

select * from [ressqlsource.int.Roger.ca].[source_dialer].[dbo].[view_isn_time]

Madhivanan

Failing to plan is Planning to fail



Fred


You are welcome

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -