SQL
-

I like working with R in a SQLServer environment. You sometimes you have situations where developing certain data manipulations is a hassle in T-SQL. Specifically when you want to do advanced string manipulations or complex regex lookups. In such a case using the stringi package could provide a huge help. There is a nice (recently…
