Closed mystist closed 10 years ago
Just as we can see in Connection properties :
Connection properties
the Property Server need a URL of HTTP server. Required.
Server
URL of HTTP server. Required.
But in many case use a http is not fast enough.
So, I wonder if I can use another way to connect.
Just like Excel, we can connect to our olap server use http://my-pc/olap/msmdpump.dll, and we can also use my-pc\sql2012 as well.
http://my-pc/olap/msmdpump.dll
my-pc\sql2012
Answer myself:
我们只可以使用XMLA over HTTP,而效率更高的XML over TCP/IP则是微软的专利保护技术,只供它自己的Sql Server Manage Studio/Business Intelligence Development Studio.
Just as we can see in
Connection properties
:the Property
Server
need aURL of HTTP server. Required.
But in many case use a http is not fast enough.
So, I wonder if I can use another way to connect.
Just like Excel, we can connect to our olap server use
http://my-pc/olap/msmdpump.dll
, and we can also usemy-pc\sql2012
as well.