Advantage of SQL SERVER CLR

后端 未结 4 1363
别那么骄傲
别那么骄傲 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:41

    I'll give one good example: CLR has a built in RegEx object, which is sorely lacking in SQL Server. Now it's trivial to write functions to do regex-based validation constraints/repairs.

提交回复
热议问题