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
Off to a brand new adventure...
Posted
2 months ago
by
Cihan Biyikoglu - SQL Azure
4
Comments
SQL Data Sync Preview December Service Update Is Now Live!
Posted
4 months ago
by
Shirley Wang [SQL]
3
Comments
Doctrine (PHP) Now Supports Federations in Azure SQL Database...
Posted
5 months ago
by
Cihan Biyikoglu - SQL Azure
0
Comments
WANT MY DB_NAMEs BACK! - How to get database names for federation members from your federations and federated databases...
Posted
6 months ago
by
Cihan Biyikoglu - SQL Azure
0
Comments
Enzo Cloud Backup Utility now has support for Federations!
Posted
6 months 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
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
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...
SQL Azure Team Blog
Video: SQL Server to SQL Azure Synchronization using Sync Framework 2.1
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
Liam Cavanagh has posted a webcast to Channel 9 that shows you how to extend the capabilities of SQL Azure Data Sync by writing a custom sync applications to enable bi-directional data synchronization between SQL Server and SQL Azure. This enables you...
SQL Azure Team Blog
The Cost of a Row
Posted
over 3 years ago
by
Wayne Walter Berry
3
Comments
In a previous blog post I covered how to calculate the cost of a covered index, allowing you to evaluate if the performance of the covered index was worth its monthly cost. In this blog post I am going to use Transact-SQL to calculate the average cost...
SQL Azure Team Blog
Transferring a SQL Azure Database
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
The original blog post doesn’t work as written, since the destination user executing the CREATE DATABASE must have exactly the same name as SQL Azure Portal Administrator name on the source database; i.e. you can only copy from a database where you know...
SQL Azure Team Blog
Creating a Bing Map Tile Server from Windows Azure
Posted
over 3 years ago
by
Wayne Walter Berry
4
Comments
In this example application, I am going to build a Bing Maps tile server using Windows Azure that draws push pins on the tiles based on coordinates stored as spatial data in SQL Azure. Bing Maps allows you to draw over their maps with custom tiles; these...
SQL Azure Team Blog
Microsoft Project Code-Named “Houston” CTP 1 (August 2010 Update)
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
Microsoft® Project Code-Named “Houston” is a lightweight and easy to use database management tool for SQL Azure databases. It is designed specifically for Web developers and other technology professionals seeking a straightforward solution to quickly...
SQL Azure Team Blog
Backing Up Your SQL Azure Database Using Database Copy
Posted
over 3 years ago
by
Wayne Walter Berry
14
Comments
With the release of Service Update 4 for SQL Azure you now have the ability to make a snapshot of your running database on SQL Azure. This allows you to quickly create a backup before you implement changes to your production database, or to create a test...
SQL Azure Team Blog
SQL Azure Service Update 4
Posted
over 3 years ago
by
Wayne Walter Berry
7
Comments
Service Update 4 is now live with database copy, improved help system, and deployment of Microsoft Project Code-Named “Houston” to multiple data centers. Support for database copy: Database copy allows you to make a real-time complete snapshot...
SQL Azure Team Blog
Using SQL Server Migration Assistant to Move Access Tables to SQL Azure
Posted
over 3 years ago
by
Wayne Walter Berry
2
Comments
The new version (v4.2) of SQL Server Migration Assistant that came out on August 12 th , 2010 allows you to move your Microsoft Access Tables and queries to SQL Azure. In this blog post I will walk through how to use the SQL Server Migration Assistant...
SQL Azure Team Blog
TechEd New Zealand 2010
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
David Robinson will be in New Zealand this month for TechEd New Zealand 2010 . If you are interested in SQL Azure make sure to attend his presentations. COS209 Migrating Applications to Microsoft SQL Azure Are you looking to migrate your on-premise applications...
SQL Azure Team Blog
The Real Cost of Indexes
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
In a previous blog post I discussed creating covered indexes to increase performance and reduce I/O usage. Covered indexes are a type of non-clustered index that “covers” all the columns in your query to create better performance than a table scan of...
SQL Azure Team Blog
Using the Report Viewer Control with SQL Azure
Posted
over 3 years ago
by
Wayne Walter Berry
5
Comments
Currently Microsoft doesn’t provide a PaaS version of SQL Server Reporting Service , where you can run your server-side (.rdl) reports in the cloud. However, if you want to run reports using Microsoft reporting technology you can use Windows Azure to...
SQL Azure Team Blog
Security Resources for the Windows Azure Platform
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
If you’ve been looking for information on SQL Azure security, check out Security Resources for the Windows Azure Platform . This new topic in the MSDN Library provides links to many of the articles, blogs, videos, and webcasts on Windows Azure Platform...
SQL Azure Team Blog
Why the Windows Azure Platform Appliance is So Important to Me
Posted
over 3 years ago
by
Wayne Walter Berry
2
Comments
To me, as a DBA, the most important thing about the Windows Azure Platform Appliance , announced here , is the translation of my SQL server skill set across all deployment scenarios. The knowledge is portable because the database technology is scalable...
SQL Azure Team Blog
Finding Blocking Queries in SQL Azure
Posted
over 3 years ago
by
Wayne Walter Berry
4
Comments
Slow or long-running queries can contribute to excessive resource consumption and be the consequence of blocked queries; in other words poor performance. The concept of blocking is not different on SQL Azure then on SQL Server. Blocking is an unavoidable...
SQL Azure Team Blog
Microsoft Codename “Dallas” Releases CTP 3
Posted
over 3 years ago
by
Wayne Walter Berry
0
Comments
Microsoft Codename “Dallas” CTP3 is now live in production at www.sqlazureservices.com ! CTP 3 brings with it a number of improvements, rounding out the Dallas experience and making it easier to develop applications using data from Dallas subscriptions;...
SQL Azure Team Blog
The Fast Way to Move from MySQL to SQL Azure
Posted
over 3 years ago
by
Wayne Walter Berry
2
Comments
SQL Server Migration Assistant ( SSMA for MySQL v1.0 ) has been updated to support migration from MySQL to SQL Azure. This release makes it possible to move data directly and easily from local MySQL databases into SQL Azure, to help you better consolidate...
SQL Azure Team Blog
Leveraging SQL Azure with Microsoft Access
Posted
over 3 years ago
by
Wayne Walter Berry
3
Comments
SQL Server Migration Assistant (SSMA for Access v4.2) has been updated to support migrating your schema and data from Microsoft Access to SQL Azure. This release makes it possible to move data directly and easily from local Microsoft Access databases...
SQL Azure Team Blog
A Server Is Not a Machine
Posted
over 3 years ago
by
Wayne Walter Berry
4
Comments
I see this come up from time to time, so I thought I would set the record straight; a server isn’t a machine. In SQL Azure, there is a concept of a server, which appears in the SQL Azure portal looking like this: However, a server isn’t the same as a...
SQL Azure Team Blog
How to Tell If You Are Out of Room
Posted
over 3 years ago
by
Wayne Walter Berry
2
Comments
SQL Azure databases are capped in size; one reason for this is that we don’t want to send you a surprise bill if your data grows beyond your expectations. You can always increase or decrease the cap of your database (up to 50 Gigabytes); however...
Page 6 of 12 (297 items)
«
4
5
6
7
8
»