Today, We discuss How to get list of all available parameter of .EXE file OR How to find list of SQL Server setup parameters ?
Major problem is of all available parameter details. Sometime, We need to pass parameter to .EXE file to get some different & superior functionality.
We can get details of available parameters by passing “/?” to any .EXE file in windows cmd.
Example 1 : Check parameter of SQL Server Setup
List of parameters
Example 2 : Check parameter of Procmon.exe (other than SQL Server)
List of parameters
If you liked this post, do like on Facebook at http://www.facebook.com/mssqlfun
Reference : Rohit Garg (http://mssqlfun.com/)