Viewing 15 posts - 1 through 15 (of 7,361 total)
The stange thing is, on Windows 10 with SSMS 20.2, this still works.
What is different with Windows 11 ?
November 20, 2024 at 7:00 am
Don't !
There must be a reason someone configured it that way.
November 19, 2024 at 9:16 am
In SSMS object explorer, rightclick your database name, click "tasks", select "Generate Scripts"
November 19, 2024 at 9:15 am
Why did you leave it with version 15.0.2125.1 ? ( that is GDR plus a couple of security updates pior to CU1 !!! )
Current is
November 14, 2024 at 2:52 pm
if you want to extract that information from the OS:
# View certificates in the Local Machine's Personal store
Get-ChildItem -Path Cert:\LocalMachine\My
# Get detailed info for a certificate by...
November 14, 2024 at 11:06 am
what are the operating systems of both servers ?
if e.g. source is Win2022 and target is Win2003, chances are you may need to add 3DES to the communication protocols used...
November 13, 2024 at 12:29 pm
Let's see what Elon does within now and a couple of weeks or months.
I fear, technology fears will be fed and strengthend by all abuse of size/scale and the impact...
November 8, 2024 at 10:24 am
Apparently there are some extra certificate steps to be taken care of and instance configuration
ref: "How to set and use encrypted SQL Server connections"
Test it - TEST IT -...
November 7, 2024 at 3:12 pm
hmmm ... you are wright.
I never payed notice to those connections ( assuming they are encrypted due to the endpoint encryption setting, but apparently only the endpoint to endpoint conversation...
November 7, 2024 at 2:12 pm
Modify your DB mirroring endpoints to force encryption ! ( encryption = required )
Check Create Endpoint
November 7, 2024 at 12:47 pm
Just get a bigger truck may get this thing done $$$$
Did you validate and test other options for your single table ( 476GB ) ?
How much of that data is...
November 7, 2024 at 7:24 am
Your subquery does not make sense as it is not related to the from clause of your query.
(and because it performs the same query as your from clause, it will...
November 5, 2024 at 8:29 am
Just to be clear: A tail log serves the target database at the target server of your restore. ( so in case you need to restore that one back to...
November 4, 2024 at 7:33 am
Do not perform a Tail log backup if you just need a transaction log backup !!
A tail-log backups only purpose is that you can restore the original database as it...
November 3, 2024 at 4:13 pm
Did you actually prefix the correct master database ?
In that case you might as well perform a "union all"
/* contained AG master db */
SELECT 'AG1_master' SourceMaster, *...
October 31, 2024 at 2:58 pm
Viewing 15 posts - 1 through 15 (of 7,361 total)