Viewing 15 posts - 16 through 30 (of 540 total)
Hi Hawg
There is a PASS video about TLS 1.2 made by a microsoft sql tiger team.
May 30, 2019 at 3:15 pm
1.Windows Cluster 2
What kind of cluster?
2.Availability Group with four databases (2 syncronous and 2 asyncronous)
Where are the availability groups failing over to?
April 23, 2019 at 4:56 pm
Do you have CDC enabled on a database which is replicating to Oracle?
April 4, 2019 at 6:28 pm
If you lose a VM and you have AG configured in automatic fail over your secondary will be a primary.
if you cannot bring up the VM then you...
March 15, 2019 at 2:23 pm
March 1, 2019 at 2:02 pm
ramyours2003 - Sunday, February 3, 2019 11:02 PMAlso proxy and credentials
Check out this article https://social.technet.microsoft.com/wiki/contents/articles/36797.sql-credentials-and-proxy-for-agent-job.aspx
February 6, 2019 at 11:41 am
try this:
DECLARE @command varchar(1000)
SELECT @command = 'USE ?
DECLARE @mult float = 8192. / 1024 / 1024 / 1024;
SELECT df.physical_name AS FileName, df.name,
MAX(CAST(df.size AS...
January 24, 2019 at 12:36 pm
You might be having this issue FIX: TDE-enabled database backup with compression causes database corruption in SQL Server
January 24, 2019 at 11:40 am
What's the number of databases and their size?
January 22, 2019 at 12:29 pm
When you get "Unable to access database 'XXX' because it lacks a quorum of nodes for high availability. Try the operation again later." it means your servers are not communicating...
December 17, 2018 at 2:26 pm
check database mail log and see if emails are being sent.
sometimes the profile security is not setup properly.
December 17, 2018 at 1:20 pm
Check if those 4 listeners were added in AD as computer objects.
December 9, 2018 at 5:47 pm
Viewing 15 posts - 16 through 30 (of 540 total)