Using the CLR to create a Random Number generator
Following on from my last post about a random number generator in SQL, another method of providing a random number generator would be to add the function using C# and the Common Language Runtime, and fortunately the tools to do this are now installed with SQL Server. We could do this using Visual Studio but […]