Imports of bulk command

PathSynopsis
database/sqlPackage sql provides a generic interface around SQL (or SQL-like) databases.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/microsoft/go-mssqldbPackage mssql is Microsoft's official Go driver for SQL Server and Azure SQL Database.
logPackage log implements a simple logging package.