|
SQLCLR String Splitting Part 2: Even Faster, Even More Scalable by Site Administrator
SQL Server MVP Adam Machanic shows a new way of parsing strings in SQL Server using SQLCLR that outperforms all conventional TSQL methods, as well as the most common SQLCLR implemenations, using a custom split function that allows streaming of the results. |
Trading in xp_cmdshell for SQLCLR (Part 1) - List Directory Contents by Jonathan Kehayias
Learn how to use SQLCLR to get file system information instead of using xp_cmdshell on your SQL Servers. |
Free Tools to make SQLCLR development easier. by Jonathan Kehayias
If you develop SQLCLR objects with a version of Visual Studio other than Professional Edition, these free tools can help speed up your development and deployment times. |
|