May, 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
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
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
See you all at Teched 2010 in New Orleans
Posted
over 2 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
>
May, 2010
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Azure Team Blog
How to Get the SQL Azure Session Tracing ID using PHP
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
As a follow up to our post yesterday, Brian Swan blogs about how to get the Azure Session Tracing ID in PHP, read his blog post here.
SQL Azure Team Blog
Testing Client Latency to SQL Azure
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
SQL Azure allows you to create your database in datacenters in North Central US, South Central US, North Europe, and Southeast Asia. Depending on your location and your network connectivity, you will get different network latencies between your location...
SQL Azure Team Blog
SQL Azure and Session Tracing ID
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
If you have been paying close attention, you will have noted that SQL Server Management Studio 2008 R2 has added a new property for connections to SQL Azure -- the Session Tracing ID. A session tracing identifier is a unique GUID that is generated for...
SQL Azure Team Blog
SQL Azure Date and Time Functions
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
Transact-SQL includes a number of date and time functions that have values are derived from the operating system of the computer on which the instance of SQL Server is running. The MCS UK Solution Development Team blogs about how these work on SQL...
SQL Azure Team Blog
Generating Scripts for SQL Azure
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
When moving a SQL Server database to SQL Azure the first step is to generate a script that will transfer the schema of your SQL Server database to SQL Azure. SQL Server Management Studio 2008 R2 easily does this with a newly added advanced setting that...
SQL Azure Team Blog
BCP and SQL Azure
Posted
over 2 years ago
by
Wayne Walter Berry
14
Comments
BCP is a great way to locally backup your SQL Azure data, and by modifying your BCP based backup files you can import data into SQL Azure as well. In this blog post, we will learn: How to export data out of tables in SQL Azure server into a data...
SQL Azure Team Blog
Video: Using the SQL Azure Portal
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
From RBA Consulting Blogs , a video about creating a SQL Azure server and database using the SQL Azure portal .
SQL Azure Team Blog
Video: Quickly Deploying AdventureWork For SQL Azure
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
From RBA Consulting Blogs , a video about quickly and easily loading AdventureWorks (Lightweight version) into SQL Azure.
SQL Azure Team Blog
SSIS Error to SQL Azure with varbinary(max)
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
In using the SQL Server Import and Export Wizard found in SQL Server 2008 R2 to export data to SQL Azure, I noticed that it was having trouble with a column that was the data type of varbinary(max) . This article will discuss how to the fix the issue...
SQL Azure Team Blog
Bruce Kyle at Portland Code Camp 5/22
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
Getting Started With SQL Azure Time: 3:15 PM – 4:30 PM, Saturday, May 22, 2010 Location: Franz Hall, Room 217 Bruce Kyle ( @brucedkyle ) will show how to get started using SQL Azure. Working with SQL Azure should be a familiar experience for most developers...
SQL Azure Team Blog
Video: SQL Server News Hour with David Robinson
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
Buck Woody hosts the SQL Server News Hour with this week's guest David Robinson (Senior Program Manager, Microsoft) to discuss SQL Azure.
SQL Azure Team Blog
Exporting Data from SQL Azure: Import/Export Wizard
Posted
over 2 years ago
by
Wayne Walter Berry
5
Comments
In this blog post we will show you how to export data from your SQL Azure database to a local SQL Server database using the SQL Server Import and Export Wizard in SQL Server Management Studio 2008 R2. This is a great technique to backup your data on SQL...
SQL Azure Team Blog
SQL Server Management Studio to SQL Azure
Posted
over 2 years ago
by
Wayne Walter Berry
2
Comments
Starting with SQL Server 2008 R2, SQL Server Management Studio can connect directly to SQL Azure. The minimum install to do this is SQL Server Management Studio Express Edition ( download here for free ); however any version of SQL Server (except SQL...
SQL Azure Team Blog
Vertical Partitioning in SQL Azure: Part 1
Posted
over 2 years ago
by
Wayne Walter Berry
4
Comments
SQL Azure currently supports 1 GB and 10 GB databases. If you want to store larger amounts of data in SQL Azure you can divide your tables across multiple SQL Azure databases. This article will discuss how to use a middle layer to join two tables on different...
SQL Azure Team Blog
SQL Azure Quick Links
Posted
over 2 years ago
by
David_R1
1
Comments
This is a work in progress blog post that gives you easy links to SQL Azure resources. We will be updating it frequently with current links and additional resources. Make sure to book mark it. Management SQL Azure Portal : Where you manage your...
SQL Azure Team Blog
Wiki: SQL Azure vs. SQL Server
Posted
over 2 years ago
by
David_R1
2
Comments
This paper in the wiki section of TechNet compares SQL Azure Database with SQL Server in terms of logical administration vs. physical administration, provisioning, Transact-SQL support, data storage, SSIS, along with other features and capabilities. ...
SQL Azure Team Blog
Why Do I Need a Clustered Index?
Posted
over 2 years ago
by
David_R1
2
Comments
“Why?” my five year old asks. “Because I said” is my usual response. In the blog comments, we have noticed an abundance of “Why do we have to have a clustered index on our tables?” In this case “Because we said” is not going to cut it and really does...
SQL Azure Team Blog
Connecting Excel 2010 to SQL Azure
Posted
over 2 years ago
by
David_R1
0
Comments
John R. Durant's has a great blog post about accessing SQL Azure data via Microsoft Excel 2010 on the MSDN blogs. Read it here .
SQL Azure Team Blog
Connections and SQL Azure
Posted
over 2 years ago
by
David_R1
6
Comments
When using a web enabled database like SQL Azure, it requires connections over the internet or other complex networks and because of this, you should be prepared to handle unexpected dropping of connections. Established connections consist of: connections...
SQL Azure Team Blog
SELECT * AND SQL Azure
Posted
over 2 years ago
by
David_R1
2
Comments
Every good DBA and developer knows that you should not use: SELECT * FROM [ Table ] in your queries to a database, especially if you are not using all the columns returned. Just return the columns you need in the SELECT statement. Using SELECT...
SQL Azure Team Blog
Remember to Encrypt Your Connection
Posted
over 2 years ago
by
David_R1
1
Comments
SQL Azure doesn’t support unencrypted connections. If you try to request a connection via SQL Server Management Studio that is unencrypted, SQL Azure signals SQL Server Management Studio to establish an encrypted connection. Likewise, you need to specify...
SQL Azure Team Blog
Wiki: SQL Azure FAQ Available
Posted
over 2 years ago
by
David_R1
0
Comments
Our SQL Azure FAQ is available on the wiki section of TechNet. The paper addresses some of the frequently asked questions from our customers. You can read it here .
SQL Azure Team Blog
Two great MSDN videos on SQL Azure
Posted
over 2 years ago
by
David_R1
0
Comments
Here are two great MSDN videos to get you started on SQL Azure: MSDN Video: Microsoft SQL Azure RDBMS Support (Level 200) This session will cover the following topics: Creating, accessing and manipulating tables, views, indexes, roles, procedures, triggers...
SQL Azure Team Blog
Tech Ed 2010 – June 7-10 & SQL Azure
Posted
over 2 years ago
by
David_R1
0
Comments
Interested in learning firsthand about SQL Azure? Come meet our team at Microsoft TechEd North America . We will be presenting at six sessions and hosting an open lab so that you can experiment with SQL Azure. DAT209: What’s New in Microsoft SQL Azure...
SQL Azure Team Blog
Clinic 10332: Introduction to Microsoft SQL Azure
Posted
over 2 years ago
by
David_R1
0
Comments
This self paced free learning clinic from Microsoft Learning will introduction your to SQL Azure. This clinic covers the following topics: Understanding the SQL Azure Platform. Designing Applications for SQL Azure. Migrating Applications to...
Page 1 of 2 (29 items)
1
2
May, 2010