We have a couple of local dbs, and we see if we can transfer them to SQL Azure. Some of these dbs have a couple of custom functions written in C # in assembly (SAFE). After starting the search, I found a couple of messages that contradict each other. Some say v12 supports CLR code. Others say no. So here are my questions:
- Does V12 support clr build embedding?
- How can we export the script generation for azure using assembly? Whenever we set the export option to azure, we get an error saying that user-defined functions defined by the user are not supported in the azure area.
Thanks guys!
Louis
sql-server sqlclr azure
Luis abreu
source share