Tom Hall's Blog

MCTS Software & Web Developer - Microsoft .NET, C#, ASP.NET, WCF

October 2009 - Posts

Connect to SQL Azure using SQL Server Management Studio 2008

SQL Azure Logo SQL Azure is now in CTP and for those who have received an invitation to test it out, you might be wondering how you can manage your databases via SQL Server Management Studio…. Here’s a few steps to do it:

  1. Set up your SQL Azure server and Administrator Username via https://sql.azure.com/
  2. On the SQL Azure website under Firewall Settings ensure you check “Allow Microsoft Services access to this server” and add your IP address to the IP Address Range
  3. Open SQL Server Management Studio
  4. Close the “Connect to Server” dialogue and click “New Query”
  5. In the “Connect to Server” dialogue box type the server name provided via the SQL Azure website, e.g: <servername>.database.windows.net
  6. Select Authentication to SQL Server Authentication
  7. Your username is the Administrator Username you set up in this format: <username>@<servername>
  8. Password is obvious?

From here you can run as much T-SQL as you like :)

Visual Studio 2010 Beta 2 Released

Visual Studio 2010 LogoToday (19th October) Microsoft Visual Studio 2010 Beta 2 was released – with brand new branding – we say goodbye to our multi coloured figure of eight and hello to a swish purple figure of 8! :)

What’s new with the SKU’s, well, Team Foundation Server is now available for x86 and x64 systems, and it seems that Team Suite Edition is now Ultimate Edition…

Download is available to MSDN Subscribers today:
http://msdn.microsoft.com/en-gb/vstudio/dd582936.aspx

General availability is 21st October.