Cesar de la Torre

Principal Program Manager at the Azure team.

Importing/Exporting data to SQL Azure databases using BCP and SQL Scripts

(image) The basic way: SQL Scripts + BCP There are also other methods you can use to export/import or even sync data like SQL Azure Migration Wizard, SQL Azure Data Sync, and even SSIS (SQL Server Integration Services). Also, instead of creating database schema using SQL Scripts, another new option is using the new DACPAC (Data Tier Packages...

SQL SERVER 2008 Sample Databases

  This is a useful post because SQL Server 2008 has just been released a few days ago, and we will have tons of labs and samples, most of them based on Microsoft sample databases like the new version of Northwind sample database, so, we’ve got this neat place in CODEPLEX where we can download different sample database versions. http://...