Viewing 15 posts - 1 through 15 (of 83 total)
Is the following approach safe?
Export the public half of the certificate chain using the root CA certificate via MMC (Windows Certificate Manager
August 29, 2025 at 8:17 am
We performed in-place upgrades of our SQL Server 2016 instances to 2022, and then patched to the latest build and are continuing to keep up-to-date. We are currently running the...
August 14, 2025 at 7:46 am
UPDATE: We had missed off "@use_databasemail=1" in our calling of this stored procedure. It always worked for us in the past, so perhaps @use_databasemail no longer defaults to "1" in...
July 25, 2025 at 11:02 am
That worked... by why? (thank you!)
You can see from the "01.jpg" screenshot that the mail profile had already been configured under the Alert System of the SQL Server Agent properties....
July 25, 2025 at 10:58 am
Appreciate this is an old post, but how does it work if tempdb is encrypted with one certificate but user databases are encrypted with different certificates?
June 30, 2025 at 7:56 am
Thank you, have you managed to get past the performance issues as a result of the version upgrade? Do you possibly have any links you can share on why this...
March 3, 2025 at 10:11 am
Thank you for your responses. We will look into the suggestions posted above to see if there is a way to recode this, and will come back to you.
July 25, 2024 at 2:47 pm
Jonathan AC Reports - is HOLDLOCK not equivalent to the highest isolation level of SERIALIZABLE?
July 24, 2024 at 2:58 pm
Fair point on the ROLLBACK, although it would close the BEGIN TRANSACTION (rather than leaving it open). @ReferenceNumber is used lower down.
SELECT @ReferenceNumber = ISNULL(@ReferenceNoPrefix, N'') +...
July 23, 2024 at 3:03 pm
I am pleased to confirm that the solution provided by Jeffrey Williams has solved the issue for us. The modified code has been live for a few days now, and...
July 10, 2024 at 4:32 pm
Thank you all very much for your suggestions. We are reviewing this to see how best to proceed. Will provide feedback on how this progresses.
May 21, 2024 at 10:05 am
@ScottPletcher - correct, no missing indexes were identified. Only the second query returned results.
October 31, 2023 at 10:33 am
Thanks all. I can confirm that the code is not being called in a loop, or in an explicit transaction. The parent procedure sproc_ValidateUser just performs some basic...
October 27, 2023 at 11:10 am
Removing duplicate comment. See below.
October 27, 2023 at 11:08 am
@ScottPletcher - apologies for the delay in responding to your post. Please find the requested results of running your script attached. Please let me know what you think, thank you.
October 27, 2023 at 11:04 am
Viewing 15 posts - 1 through 15 (of 83 total)