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
- Fixed command parsing error which caused app to crash when parsing a TSQL file.
- Added retry logic when getting row count from Windows Azure
v3.7.6 - Removed "IsSystemObject" from User Defined Tables Types (works with SQL Server, but does not work with SQL Azure).
v3.7.5 - Added function GetSmoServer to CommonFunc class in SQLAzureMWUtils
- Refined Regex search command for Backup / Kill commands
- Refined Regex search command for Raiserror commands
- 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 - Added code for SQL Azure Federation analysis and migration (note that there is still some leg work required mid migration to define federated column)
- Added “TargetServer” key to SQLAzureMW.exe.config. TargetServer has three values:
- TargetServerSQLAzure --> SQL Azure
- TargetServerSQLAzureFed --> SQL Azure Federation
- TargetServerSQLServer --> SQL Server (no analysis is done)
- Modified UI since analysis now depends on target server.
- Changed SQLAzureMWUtils structure and added SQL Azure Federation functionality
- Added SQL Azure Federation connect dialog and target database display.
v3.7.3 - Fixed an error in NotSupportedByAzureFile.Config on IndexOptions not removing ")" (line 27)
- Added Schema section to NotSupportedByAzureFile.config
- Fixed bug when checking for BCP table name. Added $ and & as valid characters
- Modified source results screen to move progress bar and status to outside of tab control
- 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 - Moved ServerConnect.cs to SQLAzureMWUtils project
- Fixed an error so that when you select "Data Only" in the advanced options, that you actually get "Data Only"
- Added ConnectionStringTrusted and ConnectionString to SQLAzureMW.exe.config file to enable modification of connection string if needed.
- 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 - Modified FOR XML search in NotSupportedByAzureFile.Config that took Regex a long time to parse on large strings.
- Fixed an error where SQLAzureMW would never finished (when uploading schema with no data).
- Modified SQLAzureMW to update process status on BCP upload commands.
- Fixed an error in object count to correctly reflect number of objects / BCP commands against target server