1
kudos
spam Kudos Remove

SQL Azure Tip: Migrating data

published 320 days, 7 hours, 2 minutes ago posted by sasa 330 days, 3 hours, 59 minutes ago
Monday, September 14, 2009 12:56:18 PM GMT Friday, September 04, 2009 3:59:23 PM GMT

SQL Data Services underwent a massive change with the last CTP, eliminating the entity bag container, whatever they called it thingie and moved to a fully cloud-based relational model. Another major change was that it was given a new and more appropriate name: SQL Azure. You can get the CTP and have access to what I call SQL Server lite in the cloud. Since SQL Azure supports the fully relational model along with stored procedures and views, you can connect to SQL Azure with a regular old ADO.NET connection string like the following one, allowing you to code against SQL Azure with .NET the same way you did with plain old SQL Server.

category: News | clicked: 7 | | source: www.stephenforte.net | show counter code
tags: SQL Azure, SQL Data Services

No comments yet, be the first one to post comment.

To post your comment please login or signup