I am trying to migrate a database from SQL Server 2008 to SQL Azure. I believe I have successfully migrated all of my tables and stored procedures to SQL Azure. However, when I attempt to insert a record into one of my tables, I receive an error that says:
System.Data.SqlClient.SqlException (0x80131904): Tables without a clustered index are not supported in this version of SQL Server. Please create a clustered index and try again.
How do I migrate table indexes from SQL Server 2008 to SQL Azure. Please assume I'm stupid.