September, 2010 - SQL Azure Team Blog - Site Home - MSDN Blogs
Sign in
SQL Azure Team Blog
This blog has been merged with the Windows Azure Team Blog
Click Here
to view the new blog
Follow Us
Facebook
Twitter
YouTube
Feeds
RSS for posts
Atom
RSS for comments
OK
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Other SQL Azure Bloggers
How to Sync Large SQL Server Databases to SQL Azure
Posted
over 3 years ago
by
liamca
10
Comments
Announcing BizTalk Server 2010 RTM and General Availability date
Posted
over 3 years ago
by
Zane Adam
0
Comments
Extending SQL Azure data to SQL Compact using Sync Framework 2.1
Posted
over 3 years ago
by
liamca
3
Comments
Database Copy Command & Handling Asynchronous Execution in T-SQL
Posted
over 3 years ago
by
Cihan Biyikoglu - SQL Azure
0
Comments
Featured White Papers
RSS
http://social.technet.microsoft.com/wiki/search/Searchrss.aspx?q=SQL+Azure
Tags
Access
ADO.Net
Announcements
Article
Azure
BCP
Best Practices
Business
C#
Case Study
Cloud
Cloud Connect
Clustered Index
Code Sample
CTP
Dallas
Data Services
Data Sync
Data Sync Service
Database as a Service
DBA
Denali
Developer
Entity Framework
Entrepreneur
Export of Data
FAQ
Federations
Firewall
Guidelines
Houston
Import
Interview
ISV
Lightswitch
LinkShare Labs
Management
Media
Migration
Migration Week
MIX
MIX 09
MIX 2009
Mobile
MSDN
Multi-Master Pattern
MySQL
Niraj Nagrani
NoSQL
OData
O-Data
ODBC
PASS
PDC 2008
PDC 2009
PDC 2010
PDC08
Performance
PHP
PowerPivot
Pricing
Product Evaluation
Public Cloud
QuantumID. SQL Azure
Readiness Video
Readiness Videos
Real World
Reason Codes
Relational Capabilities
REST API
Rick Negrin
Sample Code
Scalability
Scaling Out
SDK
SDS
Security
Service
Service Update
Sitecore
SQL Azure
SQL Azure Federations
SQL Azure Reporting
SQL Data Services
SQL Server
SQL Services
Sqlcmd
SSIS
SSMA
SSMS
Sync
TechEd
TechNet
Thought Leaders
T-SQL
Video
Whitepaper
Wiki
Windows Azure
Windows Azure Platform Appliance
Archive
Archives
June 2011
(9)
May 2011
(19)
April 2011
(21)
March 2011
(16)
February 2011
(8)
January 2011
(5)
December 2010
(3)
November 2010
(15)
October 2010
(21)
September 2010
(14)
August 2010
(28)
July 2010
(29)
June 2010
(41)
May 2010
(29)
April 2010
(5)
March 2010
(3)
February 2010
(6)
January 2010
(2)
November 2009
(6)
October 2009
(2)
August 2009
(2)
July 2009
(2)
May 2009
(3)
March 2009
(6)
October 2008
(1)
September 2008
(1)
MSDN Blogs
>
SQL Azure Team Blog
>
September, 2010
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Azure Team Blog
Demo: Using Entity Framework to Create and Query a SQL Azure Database In Less Than 10 Minutes
Posted
over 3 years ago
by
Steve Yi
9
Comments
As we were developing this week's posts on utilizing Entity Framework with SQL Azure we had an opportunity to sit down and talk with Faisal Mohamood, Senior Program Manager of the Entity Framework team. As we've shared in earlier posts this week, one...
SQL Azure Team Blog
Model First For SQL Azure
Posted
over 3 years ago
by
Steve Yi
9
Comments
One of the great uses for ADO.NET Entity Framework 4.0 that ships with .NET Framework 4.0 is to use the model first approach to design your SQL Azure database. Model first means that the first thing you design is the entity model using Visual Studio and...
SQL Azure Team Blog
Why use the Entity Framework with SQL Azure?
Posted
over 3 years ago
by
Steve Yi
15
Comments
This week I’ll be spending some time diving into using Entity Framework with SQL Azure. The Entity Framework provides the glue between your object oriented code and the SQL Azure relational database in a framework that is fully compatible with your skills...
SQL Azure Team Blog
Developing Applications for the Cloud on Azure
Posted
over 3 years ago
by
Steve Yi
0
Comments
The Microsoft Patterns & Practices group has published the second free online book volume about Developing Applications for the Cloud on the Microsoft Windows Azure Platform . This book demonstrates how you can create a multi-tenant, Software as a...
SQL Azure Team Blog
Creating Tables with Project Houston
Posted
over 3 years ago
by
Steve Yi
3
Comments
This is the second post in a series about getting started with Microsoft Project Code-Named “Houston” (Houston) ( Part 1 ). In part 1 we covered the basics, logging in and navigation. In this post we will cover how to use the table designer...
SQL Azure Team Blog
Hi, I’m Steve
Posted
over 3 years ago
by
Steve Yi
2
Comments
Hi everyone. I’m Steve Yi, technical product manager for SQL Azure . You’ll start seeing posts from me on the SQL Azure blog so I wanted to start off by saying hi and introducing myself. I work closely with the engineering teams on listening...
SQL Azure Team Blog
New Web Site for SQL Azure
Posted
over 3 years ago
by
Wayne Walter Berry
2
Comments
We are pleased to announce the launch of the new SQL Azure web site -- bookmark this now! www.microsoft.com/sqlazure . This new site has an improved customer experience with faster discovery of relevant and richer information on SQL Azure. Highlights...
SQL Azure Team Blog
Video: David Robinson Interviewed at Tech.Ed New Zealand 2010.
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
Nick Bowyer interviews David Robinson about SQL Azure at Tech.Ed New Zealand 2010.
SQL Azure Team Blog
Create a Numbers Table in SQL Azure
Posted
over 3 years ago
by
Wayne Walter Berry
2
Comments
Often you may require number table for various purposes like parsing a CSV file into a table, string manipulation, or finding missing identities (see example below), etc. Numbers tables are used to increase performance (by avoiding cursors) and simplify...
SQL Azure Team Blog
Securing Your Connection String in Windows Azure: Part 4
Posted
over 3 years ago
by
Wayne Walter Berry
9
Comments
This is the fourth part in a multi-part blog series about securing your connection string in Windows Azure. In the first blog post ( found here ) a technique was discussed for creating a public/private key pair, using the Windows Azure Certificate Store...
SQL Azure Team Blog
Securing Your Connection String in Windows Azure: Part 3
Posted
over 3 years ago
by
Wayne Walter Berry
7
Comments
This is the third part in a multi-part blog series about securing your connection string in Windows Azure. In the first blog post ( found here ) a technique was discussed for creating a public/private key pair, using the Windows Azure Certificate Store...
SQL Azure Team Blog
Securing Your Connection String in Windows Azure: Part 2
Posted
over 3 years ago
by
Wayne Walter Berry
2
Comments
This is the second part in a multi-part blog series about securing your connection string in Windows Azure. In the first blog post ( found here ) a technique was discussed for creating a public/private key pair, using the Windows Azure Certificate Store...
SQL Azure Team Blog
Securing Your Connection String in Windows Azure: Part 1
Posted
over 3 years ago
by
Wayne Walter Berry
9
Comments
One of the challenges you face in running a highly secure SQL Azure environment is too keep your connection string to SQL Azure secure. If you are running Windows Azure you need to provide this connection string to your Windows Azure code, however you...
SQL Azure Team Blog
Compression for Speed and Cost Savings
Posted
over 3 years ago
by
Wayne Walter Berry
4
Comments
SQL Azure doesn’t currently support page level or row level compression like the enterprise edition of SQL Server 2008. However, you can implement your own column level compression in your data access layer to take advantage of the performance and cost...
Page 1 of 1 (14 items)
September, 2010