Viewing 15 posts - 5,296 through 5,310 (of 59,072 total)
Sorry - I don't follow...how are you passing results of one job step to another job step when using xp_CmdShell?
That's just it... I'm not. 😀 I don't need...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 5:20 pm
LibreOffice is not expensive at all
I just took a look at the website for that. It seems they have a huge amount of documentation, as well. I'm going...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 4:52 pm
Like I said in the other post on a similar subject...
Can you use xp_CmdShell? I ask because that's still the easiest way whether you end up using "ping" or "nslookup"....
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 3:42 pm
Looking for any easy way to do same inside sql, maybe any new way appeared through the years?
Can you use xp_CmdShell? I ask because that's still the easiest...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 3:39 pm
Sadly, I'm not dealing with young kids but middle-aged men.
Heh... the one's at the peak of their career... and the Kruger-Dunning curve. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 3:23 pm
Thanks for the feedback. Looks to me like you totally "get it"! 😀
Just in case you want to do even more in the area of rapidly generating random but constrained...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 3:11 pm
I have trouble even imagining the business or technical case where I'd ever design a table to have massive deletes all over the table...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 3:02 pm
Here's an easy way that doesn't require much in the form of prep...
--===== Demonstrate one of many "right" ways to do this.
DROP TABLE IF...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 2:54 pm
Ah... sorry Sergiy. I just realized that I answered one of your posts and didn't read though the whole post. The post wasn't actually directed to me and I answered...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 1:20 pm
I have found that no matter how easy someone makes things nor how excited people are about proper documentation in say a WIKI or whatever, it almost always fails. With...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 1:04 pm
Yes... I'm well aware (and very thankful) that a given job can only be run once at a time. The concurrency I'm talking about is when you have more than...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 11:23 am
I have trouble even imagining the business or technical case where I'd ever design a table to have massive deletes all over the table at the same time.
You're...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 3:39 am
No... I don't think you're an idiot, Scott. Far from it. I just couldn't figure out what the heck you were talking about. Your post above finally explains it. You...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 3:31 am
When you plan to rebuild/reorganise an index you need to answer the main question:
What happens next?
Massive DELETEs on the table imply that there are as massive INSERTs.
What happens...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 3:04 am
Heh... lordy... never mind. Nothing has changed in the last decade. Jeffrey Yao has an article on the subject. These aren't what I call "easy" methods and some of them...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 2:47 am
Viewing 15 posts - 5,296 through 5,310 (of 59,072 total)