Reputation: 169
please provide me the details on How to Connect Analysis Services Database from Internet?
i am using ASp.net and Sql server 2008.
Upvotes: 0
Views: 1320
Reputation: 5067
If you are looking for a way for allowing your users to connect, a good solution is to use Excel over the web using IIS, HTTPS and the msmdpump.dll. There is an article describing the process here for SQL 2005 http://technet.microsoft.com/en-us/library/cc917711.aspx
This explains how to connect Excel http://support.microsoft.com/kb/940167
Upvotes: 1
Reputation: 9767
Connect using the servername (DNS-name or IP-name) and the database name. The server needs to allow connections from the internet, and make sure there are no firewalls in between that stops the connection.
Upvotes: 1