1

I'm trying to move data and schema from a hosted SQL Server 2008 instance to a SQL Azure DB and I'm using the SQL Import and Export Wizard in SQL Management Studio.

It almost works, but I get an error:

Tables without a clustered index are not supported in this version of SQL Server. Please create a clustered index and try again.

This makes no sense, as I have clustered indexes on all my tables. I did see this Q&A on SO but if I switched to .Net Framework Data Provider for SqlServer I get a different error:

Cannot get the supported data types from the, which is the very problem that A is supposed to solve.

4

1 回答 1

2

我建议使用其他一些工具,例如 SqlAzureMW ( http://sqlazuremw.codeplex.com/ ) 或 RedGate 的工具,因为 Sql Management Studio 中的导入和导出向导几乎没用:-(

另外,看看这里的一些建议:

如何将 sql azure 架构复制到另一个 sql azure 数据库

于 2012-10-22T08:32:12.453 回答