|
I'm using Migration Wizard v.3.7.4 to Analyze/Migrate my T-sql file.
This works fine for most part.
But one thing that the Wizard don't give me a warning about, but give an error when try to deploy the database on SQLAzure is Raiserror.
Msg 40512, Level 16, State 1, Procedure ti_abstrakt_tid, Line 33
Deprecated feature 'Oldstyle RAISERROR' is not supported in this version of SQL Server
Shouldn't the Wizard give a warning or migrate this?
|