--- Connection Options ---

-server=sqlserver
  Loads SchemaCrawler plug-in for Microsoft SQL Server.
  
-host=<host>
	Host name. Optional, defaults to localhost.
	
-port=<port>
	Port number. Optional, defaults to 1433.	

-database=<database>
	Database name.
	Be sure to also restrict your schemas to this database,
	by using an additional option,
	-schemas=<database>.dbo
	
-user=<user>
	Database user name.

-password=<password>
	Database password.
	
-urlx=<properties>
  Additional properties for the JDBC driver.
  Optional, no default.
  For example,
  -urlx=applicationName=SchemaCrawler;readOnly=true

If you are using named pipes, or Windows authentication, you will need
to proivde a database connection URL on the SchemaCrawler command-line. 

Please refer to
http://sualeh.github.io/SchemaCrawler/database-support.html
for more information.
