Roberto Brunetti

Developing in the cloud

.NET Programming

Archives

agosto 2011 - Posts

SQL Azure Migration Wizard 3.7.7

Uscito il 19/8 la nuova versione del tool di migrazione. Queste le novità delle versioni 3.7.x

v3.7.7

  1. Fixed command parsing error which caused app to crash when parsing a TSQL file.
  2. Added retry logic when getting row count from Windows Azure
v3.7.6
  1. Removed "IsSystemObject" from User Defined Tables Types (works with SQL Server, but does not work with SQL Azure).
v3.7.5
  1. Added function GetSmoServer to CommonFunc class in SQLAzureMWUtils
  2. Refined Regex search command for Backup / Kill commands
  3. Refined Regex search command for Raiserror commands
  4. I installed SQL Server 2008 R2 SP1 which is what SQLAzureMW v3.7.5 is compiled against. So if you don't have SP1 installed and you run into issues running SQLAzureMW, please let me know!
v3.7.4
  1. Added code for SQL Azure Federation analysis and migration (note that there is still some leg work required mid migration to define federated column)
  2. Added “TargetServer” key to SQLAzureMW.exe.config. TargetServer has three values:
    1. TargetServerSQLAzure --> SQL Azure
    2. TargetServerSQLAzureFed --> SQL Azure Federation
    3. TargetServerSQLServer --> SQL Server (no analysis is done)
  3. Modified UI since analysis now depends on target server.
  4. Changed SQLAzureMWUtils structure and added SQL Azure Federation functionality
  5. Added SQL Azure Federation connect dialog and target database display.
v3.7.3
  1. Fixed an error in NotSupportedByAzureFile.Config on IndexOptions not removing ")" (line 27)
  2. Added Schema section to NotSupportedByAzureFile.config
  3. Fixed bug when checking for BCP table name. Added $ and & as valid characters
  4. Modified source results screen to move progress bar and status to outside of tab control
  5. Changed results view scroll to be off by default. This will save you several minutes of time on large databases. You can always check "Auto Scroll Display" to turn it back on.
v3.7.2
  1. Moved ServerConnect.cs to SQLAzureMWUtils project
  2. Fixed an error so that when you select "Data Only" in the advanced options, that you actually get "Data Only"
  3. Added ConnectionStringTrusted and ConnectionString to SQLAzureMW.exe.config file to enable modification of connection string if needed.
  4. Added BCPSQLAzureErrorCodesRetry to SQLAzureMW.exe.config. This allows you to specify which SQL error codes to retry on. See Error Messages for error code definition.
v3.7.1
  1. Modified FOR XML search in NotSupportedByAzureFile.Config that took Regex a long time to parse on large strings.
  2. Fixed an error where SQLAzureMW would never finished (when uploading schema with no data).
  3. Modified SQLAzureMW to update process status on BCP upload commands.
  4. Fixed an error in object count to correctly reflect number of objects / BCP commands against target server
Posted: ago 23 2011, 11:52 by rob | with 3 comment(s)
Filed under:
Windows Azure: ad agosto si lavora a Redmond

Due novità arrivano iper la piattaforma Windows Azure, la prima è la nuova edizione del Training Kit che contiene nuovi lab, la seconda è una nuova versione dei Windows Azure Tools for Visual Studio.

Le novità del primo riguardano, non in ordine di importanza:

  • [New Hands-On Lab] Introduction to Windows Azure Marketplace for Applications
  • [Updated] Labs and Demos to leverage the August 2011 release of the Windows Azure Tools for Microsoft Visual Studio 2010
  • [Updated] Windows Azure Deployment to use the latest version of the Azure Management Cmdlets
  • [Updated] Exploring Windows Azure Storage to support deleting snapshots
  • •Applied several minor fixes in content

 

I nuovi tool per Visual Studio 2010 contengono un nuovo template per creare Web Role in ASP.NET MVC 3, gestore più configurazioni in un progetto cloud, e la possibilità di visaulizzare dati di profilazione delle applicazioni.

La possbilità di gestire differenti configurazioni nello stesso progetto consente di utilizzare settaggi diversi per diverse configurazioni, come ad esempio la connection string verso il database di test nell’ambiente locale rispetto alla stringa di connessione reale in produzione.

Training Kit : http://blogs.msdn.com/b/windowsazure/archive/2011/08/03/now-available-august-2011-update-of-the-windows-azure-platform-training-kit.aspx

Tool per Visual Studio: http://blogs.msdn.com/b/windowsazure/archive/2011/08/03/announcing-the-august-2011-release-of-the-windows-azure-tools-for-microsoft-visual-studio-2010.aspx

Posted: ago 18 2011, 09:45 by rob | with no comments
Filed under:
Windows Azure Portal news

Da qualche giorno sono disponibili alcune novità che ruotano intorno a Windows Azure.

La prima, non in ordine di importanza, è una rivisitazione al nuovo portale: al primo collegamento ci viene chiesto se consentire all’applicazione Silverlight di aumentare lo spazio disco disponibile nell’isolated storage locale.

image

Sono richiesti 25 MB in locale:

image

Il portale si presenta localizzato in italiano che, oltre all’inglese, rappresenta una delle 11 lingue disponibili.

image

In molte aree del portale è disponibile un menù contestuale per semplificare le operazioni:

image

image

Per quanto riguarda SQL Azure sono stati introdotti alcuni elementi dietro le quinte che faranno da base per le novità che usciranno nel corso dell’anno. Questi elementi vengono introdotti all’interno dei datacenter nei prossimi giorni.

La prima novità è rappresentata dalla possibilità di nominare co-admin come per il portale di Windows Azure. Alcune modifiche riguardano gli spatial data type e le loro modalità di utilizzo.

E’ necessario scaricare l’aggiornamento al Management Studio per potersi connettere ai server virtuali con la nuova versione. Non è necessario invece aggiornare il codice delle applicazioni che appoggiano i loro dati su SQL Azure:

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=26727

Posted: ago 02 2011, 11:21 by rob | with 2 comment(s)
Filed under: