1 out of 1 rated this helpful - Rate this topic

SMO Exceptions (Windows Azure SQL Database)

This page contains information about exceptions that could occur when programming with SQL Server Management Objects (SMO) in Microsoft Windows Azure SQL Database.

 

Description (message text) Cause of error message

Either the object or one of its properties is not supported on the target engine type   

Scripting an object that is not supported in SQL Database.

Logins cannot be scripted by using a service security ID (SID) from SQL Database to a local instance of SQL Server.

Attempting to log in to SQL Database with Windows Authentication. Use SQL Server Authentication instead.

Replication option is not supported on SQL Database. For generating script, try setting TextMode property as false.

Scripting text mode objects (such as stored procedures, triggers, or views) with the Replication property.

Operation not supported on version 10.0

Referring to an object that is not supported in SQL Database.

See Also

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter