I am attempting to upsize Access 2010 backend database to Azure using the Access Upsize Wizard. I have no problem doing this locally to my own SQL Server 2008 R2 or SQL Express. When I try to upsize to Azure I first get the following error...
Could not find stored procedure xp_msver
Then get error...
The Upsizing Wizard does not work with the version of Microsoft SQL Server to which your Access project is connected. See the Microsoft Office Update Web site for the latest information and downloads.
I assume this last error is solely due to the first error. Is it not possible to upsize to Azure?
UPDATE: I tried to use SQL Server Management Studio Export/Import wizard to export from my local SQL Server 2008 R2 to Azure. Thought at first it may work, but then got error on a table "Tables without a clustered index are not supported in this version of SQL server."
I could possibly modify the initial tables, but there are probably 100 tables and figure this could take a lot of effort without any guarantee.
Really, I am just trying to upsize to any cloud SQL Server. Have tried a couple of others and have run into the problem that they do not provide "dbo" rights, which Access upsize requires. I think DiscountASP.net does, but a little expensive when you have to pay per database and I have 3 (small ones).