Viewing 6 posts - 1 through 6 (of 6 total)
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...
April 26, 2013 at 11:27 am
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...
April 26, 2013 at 11:16 am
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...
April 25, 2013 at 4:23 pm
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...
March 28, 2013 at 1:38 pm
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...
March 28, 2013 at 10:30 am
Of course. That makes sense. I'm using 2012, so it's Visual Studio 2010/SSDT, but still that is 32-bit.
Thank you!
March 28, 2013 at 10:14 am
Viewing 6 posts - 1 through 6 (of 6 total)