Viewing 15 posts - 3,511 through 3,525 (of 59,067 total)
When trying to use hashed passwords, you don't unhash what you have stored. As others said, hashing is basically a one-way-trip and that's a good thing.
When the user creates their...
May 9, 2022 at 5:32 pm
Just to refer to the orginal problem: The root problem of the big log file could be fixed / prevented, if you would partition your tables. Ola's script would...
May 9, 2022 at 4:10 pm
The best question of them all also comes from "Star Trek"...
"How do you feel"?
May 9, 2022 at 2:33 pm
Never mind... I tried to write it for 2012 and above. If you have 2017 or above, we can do a little optimization. If you have less than 2012, then...
May 9, 2022 at 3:46 am
Ok. Totally understood on not being about to provide the full monty in an original file. Just to make really sure, the file located at...
https://www.sqlservercentral.com/wp-content/uploads/2022/04/sample.txt
... is a correct representation of...
May 9, 2022 at 1:42 am
How could original script posted by zzartin, be modified to just pickup these tags during extraction? Currently it's finding ALL which do some testing with the file might be...
May 8, 2022 at 11:20 pm
I've downloaded SQL Server Standard 2019 to upgrade our database because we have a Microsoft Campus Agreement, but I'm being asked for a license for SQL Server 2019 Reporting...
May 8, 2022 at 10:17 pm
Is there more than 1 such occurrence per row in the table and what is the datatype of the column that this type of data is in?
May 8, 2022 at 10:08 pm
If you have SSAS also installed with Database services on the server, do you need to apply cumulative updates separately or it will give you the option to select...
May 8, 2022 at 10:02 pm
All jobs are running as sa only.
Just to ask the question, you DO have the "sa" login disabled, correct? And, yes, jobs can still run with sysadmin privs...
May 7, 2022 at 11:37 pm
How did you know the answer to your latter question for SPs? If it isn't included in the documentation for the CU, then you have to assume that you need...
May 7, 2022 at 11:33 pm
Without some form of enforcement, standards don't matter at all except, possibly, when it comes to needing a reason to fire someone. Urgencies are not justification not to follow a...
May 7, 2022 at 11:18 pm
When we have a new server (aws so we create and delete them fairly often) and I am a local admin, but have not been granted sql access, I...
May 7, 2022 at 10:21 pm
Shot in the dark but, possibly an easy way to find out how he has access is to create a user using his windows login name and then use xp_logininfo...
May 6, 2022 at 11:12 pm
To be honest, CTEs can suck real bad. They're not so bad at Hierarchies but, still, a well written While loop will be a little bit faster than a CTE...
May 6, 2022 at 11:06 pm
Viewing 15 posts - 3,511 through 3,525 (of 59,067 total)