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
 Connection with a SQL server 2008

Author  Topic 

sven2
Yak Posting Veteran

57 Posts

Posted - 2010-04-05 : 03:11:38
Hello,

what do I have to do to connect MS access with a SQL server 2008 true the internet?

So far, I have enabled the tcp/ip support.

What do I have to do more ...

Thanks in advnace,
Sven.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-04-05 : 05:27:44
you need to enable distributed queries and use OPENROWSET or add it as a linked server

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

sven2
Yak Posting Veteran

57 Posts

Posted - 2010-04-05 : 08:40:42
Hello,

i think it is best to add it as a linked server.

What is the best way to add a linked server?

Thanks in advance,
Sven.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-04-05 : 09:49:40
see

http://www.databasejournal.com/features/mssql/article.php/3085211/Linked-Servers-on-MS-SQL-Part-1.htm

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -