DCSIMG
Azure - Pavel's Blog
Sign in | Join | Help

Pavel's Blog

Pavel is a software guy that is interested in almost everything
software related... way too much for too little time

Browse by Tags

Technology Radio Show, Part 2
21 March 11 10:03 AM | pavely | 3 comment(s)
The second part of the technology radio show on 106.4 FM aired on last Thursday. As with the first part , I was the “Microsoft guy”. This time we were missing the iPhone and Ruby guys, but the show was more to the point (somewhat). You can listen to the recording (if you’re kinda really really bored) here (look for the March 17 show).
תגים:, , , , , , ,
Working with SQL Server in Azure instead of SQL Express
22 March 09 08:55 AM | pavely | with no comments
When working with the Azure services, the Development Storage is configured to use SQL Express by default (looks for an SQLExpress instance name). If you want to use another instance (e.g. the full SQL Server), do the following: 1. Open the Azure command prompt by navigating to Start->All Programs->Windows Azure SDK (march 2009 preview) and select the Command Prompt shortcut. 2. Type dsinit /sqlInstance:name where name is the SQL instance name (use . for the default instance). This should initialize...
תגים:,