Created
April 3, 2017 13:44
-
-
Save matt40k/caf04f35876a46ba56bfb9885ea3c9e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get port for instance from C:\Program Files (x86)\Microsoft SQL Server\90\Shared\ASConfig\msmdredir.ini | |
# Unless you have SQLBrowser running | |
Invoke-ASCmd -Server 'localhost:49713' -InputFile 'C:\temp\XMLAQuery1.xmla' | |
# Don't forget to refresh your list in SQL Management Studio! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment