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
You can also e.g. call an external Webservice from a SQLCLR method - not exactly possible in T-SQL :-)
Marc