Advantage of SQL SERVER CLR

后端 未结 4 1362
别那么骄傲
别那么骄傲 2020-12-14 21:40

What advantages does SQLServer CLR offer over T-SQL? Is using .NET syntax easier than T-SQL? I see that you can define user types, but I\'m not quite clear on why that\'s be

4条回答
  •  臣服心动
    2020-12-14 22:31

    You can also e.g. call an external Webservice from a SQLCLR method - not exactly possible in T-SQL :-)

    Marc

提交回复
热议问题