OpenRowset
を使用する場合 OpenQuery
の代わりに 、接続パラメータを文字列として動的に指定できます:
select * from OpenRowset('MSOLAP', 'Data Source=localhost;Initial Catalog=xxxx;Provider=MSOLAP.4;Integrated Security=SSPI;Format=Tabular;', 'WITH MEMBER measures.X AS dimensions.count SELECT Measures.X ON 0 FROM MyCube')
プレ>