Sign in
Windows Azure
Scott Guthrie
Nick Harris
Ron Jacobs
Clemens Vasters
Cihan Biyikoglu
Eric Nelson
David Gristwood
Nathan Totten
MSDN Blogs
>
Windows Azure
>
June, 2010
Most recent posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows Azure
Real World Windows Azure: Interview with Martin Svensson, Chief Executive Officer at Sagastream
Posted
over 3 years ago
by
Windows Azure Team
1
Comments
As part of the Real World Windows Azure series, we talked to Martin Svensson, CEO at Sagastream, about using the Windows Azure platform to deliver its online video platform. Here's what he had to say: MSDN: Tell us about Sagastream and the services...
Windows Azure
Streaming Blobs To and From SQL Azure
Posted
over 3 years ago
by
Windows Azure Team
[This article was contributed by the SQL Azure team.] Because of the remoteness of SQL Azure it is beneficial to have some tricks in your coding toolbox for dealing with large binary objects, the varbinary(max) data type in SQL Azure. One of these is...
Windows Azure
Wiki: Security Guidelines for SQL Azure
Posted
over 3 years ago
by
Windows Azure Team
[This article was contributed by the SQL Azure team.] Available in the wiki section of TechNet, this document provides basic requirements for both server side as well as client-side settings to enable secure connectivity to Microsoft SQL Azure. Learn...
Page 8 of 19 (57 items)
«
6
7
8
9
10
»
Content Categories
Windows Azure
SQL Database
Marketplace
TAGS
Announcement
Announcements
Business
Cloud
Code Sample
Community Roundup
Content Update
Customers
Developer
Developers
events
ISV
partners
Robert Duffner
Security
Service Bus
SQL Azure
SQL Database
TechEd
Thought Leaders
T-SQL
Video
Virtual Machines
Windows Azure
Windows Azure customers
COMMUNITY
Friend us on Facebook
Follow us on Twitter
Sign up for our newsletter
FEEDS
RSS for posts
Atom
OK
Translate This Page
Translate this page
Powered by
Microsoft® Translator
ARCHIVE
Archives
June 2013
(9)
May 2013
(12)
April 2013
(10)
March 2013
(21)
February 2013
(14)
January 2013
(22)
December 2012
(19)
November 2012
(25)
October 2012
(27)
September 2012
(19)
August 2012
(25)
July 2012
(27)
June 2012
(35)
May 2012
(23)
April 2012
(20)
March 2012
(23)
February 2012
(21)
January 2012
(18)
December 2011
(21)
November 2011
(18)
October 2011
(19)
September 2011
(25)
August 2011
(25)
July 2011
(31)
June 2011
(56)
May 2011
(60)
April 2011
(49)
March 2011
(42)
February 2011
(40)
January 2011
(25)
December 2010
(30)
November 2010
(35)
October 2010
(36)
September 2010
(29)
August 2010
(41)
July 2010
(40)
June 2010
(57)
May 2010
(39)
April 2010
(17)
March 2010
(17)
February 2010
(21)
January 2010
(13)
December 2009
(4)
November 2009
(11)
October 2009
(4)
September 2009
(8)
August 2009
(4)
July 2009
(4)
May 2009
(7)
April 2009
(3)
March 2009
(13)
February 2009
(3)
January 2009
(2)
October 2008
(2)
September 2008
(1)
More blog posts
All
Developer
Business
Thought Leaders
Announcements
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows Azure
Creating a SQL Azure Database with SQLCMD
Posted
over 3 years ago
by
Windows Azure Team
[This article was contributed by the SQL Azure team.] Once you have your server allocated via the SQL Azure Portal you can create and drop databases from your desktop’s command line using sqlcmd.exe. This can be handy for clean slate testing where you...
SQL Azure Team Blog
Read and Write To SQL Azure using SQL Server Integration Services 2008 R2
Posted
over 3 years ago
by
Wayne Walter Berry
Siddharth Mehta does a good job of covering the basics of moving data from SQL Server to SQL Azure using ( Server Integration Services) SSIS. Included is a walk through, screen shots, and coverage of the new Bulk Insert feature. Find his article here...
SQL Azure Team Blog
Creating a SQL Azure Database with SQLCMD
Posted
over 3 years ago
by
Wayne Walter Berry
Once you have your server allocated via the SQL Azure Portal you can create and drop databases from your desktop’s command line using sqlcmd.exe. This can be handy for clean slate testing where you want to create a database from scratch, unload a schema...
Windows Azure
SQL Server Management Studio 2008 R2 Express Edition
Posted
over 3 years ago
by
Windows Azure Team
[This article was contributed by the SQL Azure team.] Looking for the free version of the SQL Server Management Studio that works directly with SQL Azure? You need SQL Server Management Studio 2008 R2 Express Edition. Use this link to download...
Windows Azure
Finding Your Clustered Indexes
Posted
over 3 years ago
by
Windows Azure Team
[This article was contributed by the SQL Azure team.] Before migrating your SQL Server schema to SQL Azure, you need to create a clustered index on every table. You can read about why in this blog post . In this post, we will show how to find all the...
SQL Azure Team Blog
SQL Server Management Studio 2008 R2 Express Edition
Posted
over 3 years ago
by
Wayne Walter Berry
Looking for the free version of the SQL Server Management Studio that works directly with SQL Azure? You need SQL Server Management Studio 2008 R2 Express Edition. Use this link to download and choose Management Tools only.
SQL Azure Team Blog
Finding Your Clustered Indexes
Posted
over 3 years ago
by
Wayne Walter Berry
Before migrating your SQL Server schema to SQL Azure, you need to create a clustered index on every table. You can read about why in this blog post . In this post, we will show how to find all the tables that don’t have a clustered index. One of the techniques...
Windows Azure
Unicode Works Better With SSIS
Posted
over 3 years ago
by
Windows Azure Team
[This article was contributed by the SQL Azure team.] Now that you have decided to move your SQL Server data to SQL Azure, it is a good time to change your varchar(max) and text data types to nvarchar(max) . Changing your data types to Unicode will make...
Windows Azure
Wiki: Developing and Deploying with SQL Azure
Posted
over 3 years ago
by
Windows Azure Team
[This article was contributed by the SQL Azure team.] This document provides guidelines on how to deploy an existing on-premise SQL Server database into SQL Azure. It also discusses best practices related to data migration. Click here to read it.
SQL Azure Team Blog
Unicode Works Better With SSIS
Posted
over 3 years ago
by
Wayne Walter Berry
Now that you have decided to move your SQL Server data to SQL Azure, it is a good time to change your varchar(max) and text data types to nvarchar(max) . Changing your data types to Unicode will make your migration from SQL Server to SQL Azure easier...
SQL Azure Team Blog
Wiki: Developing and Deploying with SQL Azure
Posted
over 3 years ago
by
Wayne Walter Berry
This document provides guidelines on how to deploy an existing on-premise SQL Server database into SQL Azure. It also discusses best practices related to data migration. Click here to read it.
Page 7 of 7 (101 items)
«
3
4
5
6
7
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows Azure
Pivot, OData, and Windows Azure: Visual Netflix Browsing
Posted
over 3 years ago
by
Windows Azure Team
0
Comments
Steve Marx , Technical Strategist for Windows Azure, has a post on his blog today about combining the newly released PivotViewer Silverlight control with Windows Azure to create a visual way to browse Netflix Instant Watch movies. From Steve’s blog post...
Windows Azure
New Training Video Outlines Use of WIF in Windows Azure
Posted
over 3 years ago
by
Windows Azure Team
0
Comments
Don't miss the latest session of the WIF Workshop recordings , which covers the use of Microsoft Windows Identity Foundation (WIF) in Windows Azure and provides practical advice on aspects of distributed development such as handling NLB sessions, certificate...
Windows Azure
Great New Article on Windows Azure Diagnostics
Posted
over 3 years ago
by
Windows Azure Team
0
Comments
If you're interested in getting a great overview of Windows Azure diagnostics, you should make time to read a new article in MSDN Magazine by former Microsoft engineer Mike Kelly , which explains how Windows Azure diagnostics fit into the general System...
Page 1 of 1 (3 items)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
No blog posts have yet been created.
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
No blog posts have yet been created.
June, 2010
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows Azure
Windows Azure News at TechEd 2010
Posted
over 3 years ago
by
Windows Azure Team
0
Comments
Want to know what's being announced about Windows Azure at TechEd 2010 this week in New Orleans? Here's the rundown: the Windows Azure team will discuss the release of the June 2010 version of the Windows Azure Tools + SDK, the production launch ...
Page 1 of 1 (1 items)
MSDN Blogs
>
Windows Azure
>
June, 2010