|
by Wayne Walter Berry via SQL Azure Team Blog on 5/21/2010 4:00:00 PM
BCP is a great way to locally backup your SQL Azure data, and by modifying your BCP based backup files you can import data into SQL Azure as well. In this blog post, we will learn: How to export data out of tables in SQL Azure server into a data file by using BCP and How to use the BCP utility to import new rows from a data file into SQL Azure tables. What is BCP? The bcp utility is a command line utility that ships with Microsoft SQL Server. It bulk copies data between SQL Azure (o
... [ read more ]
|