I'm sure there are, I'm wondering what they are and if there is any upgrade/conversion documentation relative to taking a standard SQL server database and moving it to SQL Azure.
views:
74answers:
2
+3
A:
In addition to Jason's link, you should check out these links:
- http://msdn.microsoft.com/en-us/library/ff394115.aspx
- http://msdn.microsoft.com/en-us/library/ee336250.aspx
See if there's any features you're using that's missing. If not, go go go :-)
Vidar Nordnes
2010-07-26 17:35:49
As long as I've got a pretty vanilla database, I should be in good shape then, according to those links...?
Nate Bross
2010-07-26 17:44:26
Yupp, that's correct
Vidar Nordnes
2010-07-26 17:55:19
+2
A:
I would try running the SQL Azure Migration Wizard to check if there's anything that's not obvious that you might have missed.
knightpfhor
2010-07-26 20:41:24