User283571144 posted
Hi codequest,
As far as I know, if you use data migration migrate the sql 2005 database to new database it show "There are 0 breaking changes. 27 Behavior changes which are primarily unqualified joins."
It shows you 0 breaking changes. means nothing will get break or crashed if you upgrade.
27 behavior changes means the same feature that you used in SQL 2005 maybe works slightly different in azure sql. it can also affect on the performance. performance can increase or decreased.
So if it doesn't show the breaking changes, you could directly migrate the database to azure sql database.
Besides, we used identity instead of membership now.
If you want to know how to migrate the membership to identity, you could refer to this
article.
Best Regards,
Brando