Viewing 15 posts - 1,081 through 1,095 (of 59,066 total)
Maybe the most efficient way to mockup 100 million rows of randomized test data would be to leverage PowerShell or Python to create text files and then BCP them...
September 19, 2023 at 8:11 pm
On a personal note, I just don't understand companies that post a webinar and, to register, they REQUIRE you have to provide your phone number and, frequently, a...
September 19, 2023 at 8:02 pm
Here is another way.
If you do something like this in PoSh, to create a delimited text file, it is then very easy to import the results in tabular form.
September 18, 2023 at 6:31 pm
It's not as rare as you might think in production code if you use TempDB or a "scratch/working" database to get "balls-out" ( https://en.wiktionary.org/wiki/balls-out ) performance in code, especially when...
September 18, 2023 at 4:48 pm
Thank you for the feedback, Lisa. You're absolutely correct about the labels and fervor and, especially, the changes from what I believe the original intent was for a whole lot...
September 18, 2023 at 3:07 am
I don't and haven't used any of this sort of thing. "Bumping" this for you and, because I'm interested, for me as well.
September 17, 2023 at 4:41 pm
I've been wondering what chances DevOps has in an organization which doesn't want to adopt DevOps. I work at a place where resistance to DevOps is predominant. Because this...
September 17, 2023 at 4:34 pm
The error is telling me that you have a table that might be in a little trouble and some column widths need to be adjusted either for width or maybe...
September 17, 2023 at 5:13 am
If you know how to use xp_CmdShell properly and safely, here's how I do such things. Since you're not using SQL Server 2022, the STRING_SPLIT() function isn't guaranteed by MS...
September 17, 2023 at 5:03 am
Another thing to add to your list is a nightly file usage check. That should also include a "Page Density" check on your indexes and heaps. Your infrastructure guys should...
September 16, 2023 at 9:29 pm
@jeff, while I agree with you about the most important goal, I don't think Steve meant "daily" when he said "everyday". He meant "quotidien/mundane/matter-of-fact/run-of-the-mill/as-expected". And no, I'm not checking...
September 16, 2023 at 9:17 pm
Hey Jeff,
I was talking to Bob Ward about your tests. He was interested in an introduction to talk about them. Any interest? If so, which email should...
September 16, 2023 at 9:13 pm
Many thanks all for all the replies!
Thanks for the feedback.
September 16, 2023 at 2:56 am
It's still a scalar function and your retry explains why this thread took so long and died.
September 16, 2023 at 2:56 am
Viewing 15 posts - 1,081 through 1,095 (of 59,066 total)