July, 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
Data Sync Service - Registration
Posted
over 3 years ago
by
liamca
0
Comments
Announcing CTP1 of Project “Houston”
Posted
over 3 years ago
by
Zane Adam
0
Comments
Using Project "Houston" to help with SQL Azure Data Sync Management
Posted
over 3 years ago
by
liamca
0
Comments
Power Tools for Migrating MySql Database from Amazon AWS - Relational Database Service (RDS) to SQL Azure – Part 2: Migrating Databases to SQL Azure
Posted
over 3 years ago
by
Cihan Biyikoglu - SQL Azure
0
Comments
Partners at WPC discuss benefits of SQL Azure and AppFabric
Posted
over 3 years ago
by
Zane Adam
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
>
July, 2010
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Azure Team Blog
Improving Your I/O Performance
Posted
over 3 years ago
by
Wayne Walter Berry
23
Comments
As a DBA I have done a lot of work improving I/O performance for on-premise SQL Server installations. Usually it involves tweaking the storage system, balancing databases across RAID arrays, or expanding the count of files that the tempdb is using; these...
SQL Azure Team Blog
CTP1 of Microsoft® Project Code-Named “Houston” now available
Posted
over 3 years ago
by
David_R1
4
Comments
At PDC ‘09, I showed a glimpse of a new Silverlight tool we were working on to allow you to develop and manage your SQL Azure databases. We showed updated versions of this at MIX’10 and TechEd North America 2010 and promised for a CTP this summer. Looking...
SQL Azure Team Blog
Creating Primary Keys Across Databases
Posted
over 3 years ago
by
Wayne Walter Berry
11
Comments
When you horizontally partitioning data across multiple SQL Azure databases or using Data Sync Server for SQL Azure, there might come a time when you need to write to a member database without causing primary key merge conflicts. In this case you need...
SQL Azure Team Blog
Handling Transactions in SQL Azure
Posted
over 3 years ago
by
Wayne Walter Berry
5
Comments
The original blog post published here has been moved to the wiki section of TechNet and can be found here . It addressed many of the aspects of transaction handling in SQL Azure. Many of the question posted below have been addressed by updating...
SQL Azure Team Blog
I Miss You SQL Server Agent: Part 1
Posted
over 3 years ago
by
Wayne Walter Berry
6
Comments
Currently, SQL Azure doesn’t support running SQL Server Agent in the cloud. If you need SQL Server Agent type functionality for SQL Azure, you can use a Windows Azure worker role and some custom code, I will show you how in this blog post series. “Secret...
SQL Azure Team Blog
Finding Circular Foreign Key References
Posted
over 3 years ago
by
Wayne Walter Berry
13
Comments
In the world of relational databases circular references are schema structures where foreign keys relating the tables create a loop. Circular references cause special types of issues when trying to synchronize two relational database where the foreign...
SQL Azure Team Blog
Getting Started With Project Houston: Part 1
Posted
over 3 years ago
by
Wayne Walter Berry
4
Comments
Microsoft Project Code-Named “Houston” (Houston) is a light weight database management tool for SQL Azure. Houston can be used for basic database management tasks like authoring and executing queries, designing and editing a database schema, and editing...
SQL Azure Team Blog
Introduction to Data Sync Service for SQL Azure
Posted
over 3 years ago
by
Wayne Walter Berry
8
Comments
Data Sync Service for SQL Azure allows you to perform bi-directional synchronization between two or more SQL Azure databases. This blog post will discuss the basics of Data Sync Services for SQL Azure. Under the Covers SQL Azure Data Sync Service runs...
SQL Azure Team Blog
Programmatically Changing the Firewall Settings
Posted
over 3 years ago
by
Wayne Walter Berry
10
Comments
SQL Azure has two types of access control: SQL Authentication logins and passwords and a server side firewall that restricts access by IP address. This blog post will discuss how to programmatically modify the firewall settings. For information about...
SQL Azure Team Blog
Understanding the Procedure Cache on SQL Azure
Posted
over 3 years ago
by
Wayne Walter Berry
4
Comments
Both SQL Server and SQL Azure have a procedure cache which is used to improve the performance of queries on the server. This blog post will talk about how the procedure cache works on SQL Azure. SQL Azure has a pool of memory that is used to store both...
SQL Azure Team Blog
Implementing Geographic Redundancy
Posted
over 3 years ago
by
Wayne Walter Berry
3
Comments
Geographic redundancy is a fancy word for distributing your data across multiple data centers globally. One way to accomplish this is to spread your data across many SQL Azure data centers using Data Sync Service for SQL Azure to synchronize a hub database...
SQL Azure Team Blog
PowerPivot for the DBA: Part 3
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
In this article I am going to continue to tie some simple terminology and methodology in business intelligence with Transact-SQL – bring it down to earth for the DBA. This is a continuation in a series of blog posts ( part 1 , part 2 ) that equates Transact...
SQL Azure Team Blog
SQL Azure Supports Hierarchyid Data Type
Posted
over 3 years ago
by
Wayne Walter Berry
4
Comments
While this might seem like a non-announcement, the data type hierarchyid has just been added as a supported data type with SQL Azure Service Update 3, announced here . The hierarchyid data type is used to manage hierarchical data and tables that have...
SQL Azure Team Blog
Introduction to Open Data Protocol (OData) and SQL Azure
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
The Open Data Protocol (OData) is an emerging standard for querying and updating data over the Web. OData is a REST-based protocol whose core focus is to maximize the interoperability between data services and clients that wish to access that data. It...
SQL Azure Team Blog
PowerPivot for the DBA: Part 2
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
In this article I am going to continue to tie some simple terminology and methodology in business intelligence with Transact-SQL – bring it down to earth for the DBA. This is a continuation in a s eries of blog posts that I started that equates Transact...
SQL Azure Team Blog
PowerPivot for the DBA: Part 1
Posted
over 3 years ago
by
Wayne Walter Berry
3
Comments
In this article I am going to tie some simple terminology and methodology in business intelligence and PowerPivot with Transact-SQL – bring it down to earth for the DBA. You don’t need to know Transact-SQL to build awesome reports with PowerPivot, however...
SQL Azure Team Blog
Partial Synchronization with Data Sync Service
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
In this previous blog post , I covered the basics of Data Sync Service for SQL Azure . In this post I will talk about a scenario where partial table access is provided to a superset of users for PowerPivot reporting. There is a common enterprise scenario...
SQL Azure Team Blog
Data Distribution Network
Posted
over 3 years ago
by
Wayne Walter Berry
2
Comments
For certain scenarios it makes sense to distribute your data and your web site closer to the end user; reducing the network latency and providing a better user experience. You can think about it like your own data delivery network, very similar to the...
SQL Azure Team Blog
Video: Building a Multi-Tenant SaaS Application with SQL Azure and AppFabric
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
In this video Niraj Nagrani and Rick Negrin will teach you how SQL Azure, AppFabric, and the Windows Azure platform will enable you to grow your revenue and increase your market reach. Learn how to build elastic applications that will reduce costs and...
SQL Azure Team Blog
Video: Extending SQL Server Data to the Cloud using SQL Azure Data Sync
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
In this first of a 3 part webcast series, Liam Cavanagh will show you how SQL Azure Data Sync enables on-premises SQL Server data to be easily shared with SQL Azure allowing you to extend your on-premises data to begin creating new cloud-based applications...
SQL Azure Team Blog
Book: Windows Azure Platform: Articles from the Trenches Volume 1
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
A new book, "Windows Azure Platform: Articles from the Trenches Volume 1" is now available as a free PDF download . Chapter 4 is all about quickly boosting you up to speed on how to get started with SQL Azure instance in less than five minutes...
SQL Azure Team Blog
SQL Azure and Windows Azure
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
I have been deep diving into SQL Azure by blogging about circular references and connection handling for the last couple of months – which are great topics. However, in an internal meeting with the Windows Azure folks last week, I realized that I hadn...
SQL Azure Team Blog
Video: Using SQL Azure Data Sync Service to provide Geo-Replication of SQL Azure databases
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
In this second of a 3 part webcast series, Liam Cavanagh introduces the Data Sync Service for SQL Azure. This service extends on the SQL Azure Data Sync tools’ ability to provide symmetry between SQL Server and SQL Azure where data changes at either...
SQL Azure Team Blog
Video: Use SQL Azure to Build a Cloud Application with Data Access
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
Microsoft SQL Azure provide for a suite of great relational-database-in-the-cloud features. In this video, join Hilton Giesenow, host of The Moss Show SharePoint Podcast, as he explores how to sign up and get started creating a Microsoft SQL Azure database...
SQL Azure Team Blog
New Windows Azure Platform Appliance includes SQL Azure
Posted
over 3 years ago
by
David_R1
0
Comments
Today in front of 13,000 attendees at the Worldwide Partner Conference Bob Muglia , corporate vice president of Server and Tools announced the Windows Azure Appliance among lots of cloud news at the conference. The new Windows Azure platform appliance...
Page 1 of 2 (29 items)
1
2
July, 2010