Previous Topic: Define SQL Azure Domain PropertiesNext Topic: Define SQL Azure Functions


Function Properties

The following describes new or changed properties in the property editor and related information.

SQL Azure does not support creating CLR scalar functions and CLR table-valued functions using the CREATE FUNCTION statement. SQL Azure does support creating scalar functions, inline table-valued functions, and multistatement table-valued functions without any modification.

For scalar functions and multistatement table-valued functions, function_body is subject to the general SQL Azure Transact-SQL data manipulation language (DML) limitations. The following list describes the DDLs that are subject to the general SQL Azure Transact-SQL data definition language (DDL) limitations:

The following describes the impacts on the SQL Azure Function Editor as compared to the SQL Server 2008 Function Editor: