Forum Replies Created

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

  • RE: Random number generator

    Hi Jeff,

    Nice code! Clever how you did that. I knew that it could be done in t-sql (although I don't think I would have come up with a function as...

  • RE: Random number generator

    Hi MM,

    I was assigning random numbers to each row because I was generating test data. In my case, I was simulating data returned from Market Research Surveys. The questions use...

  • RE: Random number generator

    I've created a CLR TVF to handle this. I find C# easier to use than t-SQL for random numbers within a range. My TVF returns a uniqueKey along with the...

  • RE: 64-bit driver for Excel

    Thanks everyone for your replies!

    Here is what I have found. If I have just the 32-bit drivers installed, I need to set the Run64BitRuntime to False, or I get an...

  • RE: 64-bit driver for Excel

    A follow-up question ...

    If VS is running as 32-bit, why do I need to set Run64BitRuntime to False? If I don't I get the following error:

    The requested OLE DB provider...

  • RE: 64-bit driver for Excel

    Of course. That makes sense. I'm using 2012, so it's Visual Studio 2010/SSDT, but still that is 32-bit.

    Thank you!

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