Archives : Mar-2015

21

Mar

SQL Server Data Tools While its name might be confusing, there are actually 2 versions of SQL Server Data Tools, one that focuses on Data Modeling and Tooling, another one that purely focuses on BI and was previously known asRead More

Share

21

Mar

How to install an MSI file unattended MSIEXEC /a “product.msi” /qn Example: MSIEXEC /a “d:\downloads\ssdt.msi)” /qn Typically this installation will not show any user interaction or verbose logging. Combine with the Full MSI Syntax options as listed below to outputRead More

Share