Skip to content

Instantly share code, notes, and snippets.

@ztirom
Created February 4, 2018 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ztirom/2d2645a8891fcad8f2e5e26a4aa9b816 to your computer and use it in GitHub Desktop.
Save ztirom/2d2645a8891fcad8f2e5e26a4aa9b816 to your computer and use it in GitHub Desktop.
ModelUtil.exe Usage
ModelUtil.exe
Usage: ModelUtil.exe -export -metadatastorepath=[path to metadata store] -modelname=[name of the model to export] -outputpath=[path to the folder where the model should be saved]
Usage: ModelUtil.exe -import -metadatastorepath=[path to metadata store where model should be imported] -file=[full path to the file to be imported]
Usage: ModelUtil.exe -replace -metadatastorepath=[path to metadata store where model should be imported] -file=[full path to the file to be imported]
Usage: ModelUtil.exe -delete -metadatastorepath=[path to metadata store] -modelname=[name of the model to delete]
Usage: ModelUtil.exe -importxref -file=[path of xref file to import] -server=[sql server] -database=[database name]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment