Viewing 15 posts - 7,336 through 7,350 (of 59,072 total)
That's a little different. I thought you said random "values", not "strings". Of course, you could convert the following to strings.
--===== Create the list of the first...
April 6, 2020 at 6:54 pm
Hi all,
My need is to insert random value from predefined list of possible values. It's data obfuscation project, thus no strict rules what value should be, rather it should...
April 6, 2020 at 6:36 pm
And there the man is! 😀 Go for it, Scott!
April 6, 2020 at 6:09 pm
You need to contact the people in charge of providing the necessary permissions.
April 6, 2020 at 3:11 pm
Your indexes on the temp tables are still incorrect. You're joining them by ID, not col1 and col2. And, they should be Clustered Indexes. At least that's why I see...
April 6, 2020 at 2:59 pm
Have you ever tried to shoot an arrow through the hole of a donut rolling down a hill from a quarter mile away? That's how I'm starting to feel with...
April 6, 2020 at 2:34 pm
No but, if you're having difficulties, I've tested the following link and it works although I've not actually attempted a download from that page.
April 6, 2020 at 2:24 pm
The table contains error message numbers and the description, which is the text of the error message from the sys.messages catalog view. Where applicable, the error number is a...
April 6, 2020 at 2:14 pm
Ok. That's a bit different than what you originally posted and I somewhat agree with the premise (it's called "Divide'n'Conquer"), although I question why even with a 100 million rows,...
April 6, 2020 at 2:06 pm
I can only imagine that someone is starting an explicit transaction in the code and then using a mixed bag of SELECT, UPDATE, and possibly INSERT. The only thing I...
April 6, 2020 at 2:06 am
I can think of one possible reason but let me ask you... why has someone made the code so that it first populates and interim "process" table only to turn...
April 6, 2020 at 2:01 am
Just to make one clarification....
Nothing... I mean ABSOLUTELY NOTHING gets done by me until I have that first cup o' Joe. 😀 Even my servers understand that. 😀
April 6, 2020 at 1:32 am
Great example of why you wouldn't, at least initially, point someone new to geometry to the Wiki article you sighted to explain what a square is.
Understood and appreciated on the...
April 5, 2020 at 11:18 pm
Ok... that explains why Bill's good code worked. Thanks for coming back with that.
April 5, 2020 at 7:10 pm
Hi Jeff, The second code option works exactly as I need it. I Saw Bill's first which also works so I marked that as the answer but wanted to...
April 5, 2020 at 6:10 pm
Viewing 15 posts - 7,336 through 7,350 (of 59,072 total)