Microsoft Adds Two New Sql Server 2016 Command Line Tools
The sqlcmd utility gives users the ability to submit T-SQL statements of batches. The command-line tool can be used to submit to local and remote instances. Microsoft describes the tool at ideal for repetitive database tasks such as unit testing. Bcp is the second new tool. The bulk copy program utility copies data between instances of SQL Server and a data-file. With command-line tool, users can import larger numbers off rows into tables, or expert data from tables....