user defined types - SQL Azure Create Rule walkaround to use UserDefinedDataType -


create rule not supported on sql azure. there walkaround ?

create rule [dbo].[rule1] @variable not null 

i wanna use userdefineddatatype supported in azure, create strong type email type, percentage type , on. without rules it's useless... solution ? thanks

user-defined rules not supported on v1 servers. however, if upgrade server latest sql database v12 update create rule & many other sql server features available.

see links below:

http://azure.microsoft.com/en-us/documentation/articles/sql-database-preview-whats-new/ http://azure.microsoft.com/en-us/documentation/articles/sql-database-preview-upgrade/


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -