Viewing 15 posts - 5,866 through 5,880 (of 59,089 total)
Think about it: they consider xp_cmdshell is a security risk, and SolarWinds is not.
Go figure.
Not to mention PowerShell - administrative scripts requiring ultimate access rights are executed by a...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2020 at 8:21 pm
That's a very good point, and I understand your reticence.
Actually I'm not at the moment, but have in the past needed to do "unusual" things which would have been...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2020 at 8:18 pm
One of the things about SQL Agent is that it has worked fined, failed safe, and drained to the bilge quite nicely since I can remember. It does have a...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2020 at 5:33 pm
We went through the same brew-ha-ha when we shifted from 2012 to 2016. It was the cardinality estimator. When we started the trace flag to use the legacy CE server-wide,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2020 at 10:10 pm
All true, especially since you've implied that "It Depends". And that's the point I'm trying to make. Row compression is not a panacea and it should not be a "Standard...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2020 at 7:59 pm
I've seen a way of deleting the folders using cmdshell but I'm wary of enabling it because of the potential security issues.
Heh... it's not the security...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2020 at 3:33 am
I've never seen an UPDATE pattern that bizarre in over 30 years in IT. From 6 to 16,000,000? I can't even imagine the business case that would cause 1...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2020 at 12:24 am
I still prefer my single int as a metakey method. 16 bytes is a lot of overhead for a linking key. I don't see an advantage to it. And...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2020 at 5:56 pm
And what if one or more of the column values change?
Like I said in the comments in the code...
--...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2020 at 4:29 pm
And what if one or more of the column values change?
Like I said in the comments in the code...
-- You can...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2020 at 2:10 am
It had a great run and built one heck of a community. The community isn't dead and neither is the spirit of sharing knowledge that it inspired. We're going to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2020 at 12:26 am
@jeff - My understanding was that, once CmdShell was enabled, is was usable by anyone. Nice to know that's not the case.
Oh my... now I understand why you were...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2020 at 11:46 pm
It's probably not a "table", Joe. It's probably something that only looks like a table used to hold the results of a reporting query from somewhere. Having VARCHAR(2) for both...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2020 at 11:38 pm
Ok, KT... here you go. I made a million row table just for test purposes. Although the use of HASH(MD5) is no guarantee of avoiding collisions forever, the "PIPES" in...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2020 at 6:16 am
First, thank you for posting the readily consumable data that you did. It made it a pleasure to help.
The following code will do the trick...
SELECT *...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2020 at 1:03 am
Viewing 15 posts - 5,866 through 5,880 (of 59,089 total)