News

SQL Server Command Line Tools for Mac: Preview now available This post was authored by Meet Bhagdev, Program Manager, Microsoft We are excited to announce the availability of the preview for SQL ...
BCP stands for Bulk Copy Program. It’s a command-line utility provided by Microsoft to quickly import data into SQL Server tables or export data from them.
How to Reset an Identity Seed in Microsoft SQL. Sometimes, as when testing a table in a Microsoft SQL Server database, you need to reset an identity column to its initial seed value, typically one ...