Questions tagged [mdac]
32 questions
0
votes
1 answer
ADO Windows With SP1 and VB6
I've been reading about the GUIDs changing for ADO/MDAC in Windows 7 service pack1 for VB6 apps. I need to recopile my compontents and replace the deprecated ones with the new one. My question is if my VB6 app is only going to be installed on…

paul rockerdale
- 377
- 6
- 21
-1
votes
1 answer
How to execute a DMV query in SSAS through a powershell runbook from Azure Automation?
I am trying to open a connection with a ssas server and execute a dmv query in order to extract table metadata, through a powershell runbook from an Azure Automation Account.
I have already written and tested a powershell script that seems to work…