Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Random problems

    The XLeratorDB function library inlcudes a RANDBETWEEN scalar function which works just like the EXCEL RANDBETWEEN function. You could have just included RANDBETWEEN(1, 5) in your select and you...

  • RE: Encrypting SQL Code

    We provide a suite of functions replicating EXCEL functions for SQL Server using SQL CLR. Based on the traffic to our web site (www.westclintech.com) it is clear that there are...

  • RE: Why the UDF is not deterministic?

    You should be careful with this function, as it will produce zero in situations where you otherwise would expect a non-zero result. Since none of your calculations are parameterized, you...

  • RE: Automating Excel from SQL Server

    You can find the equivalent of EXCEL functions which can be called in T-SQL at http://www.xleratordb.com.

  • RE: Automating Excel from SQL Server

    You could think about this in a completely different way. There is at least one third-party function library that provides every EXCEL function as a user-defined function (go to

Viewing 5 posts - 1 through 5 (of 5 total)