SQL Server allows you to create CLR functions, stored procedures, user types and other objects, for purpose that are really complex to be done inside SQL.
But, can someone compare those two things: TSQL Object and CLR Object, in sense of performance, benefits, and so on.
What are real situations for usage CLR objects?
Is there any best practices proposition for their usage?