Viewing 15 posts - 16 through 30 (of 99 total)
Yes I've read that article before. By "very well", I mean the "flow" of things in terms of what happens, i.e. the WSFC computer object is what needs access to...
May 4, 2022 at 9:02 am
Yes it is. As mentioned, I can connect to all instances (standalone and AG) from SSMS just fine.
The problem on AG instances is expanding the Databases node and querying user...
February 11, 2022 at 2:51 pm
So just to repeat, all the SQL Server instances are LAN-based, domain joined and using domain accounts for the services.
I am simply having this problem connecting to any AG-based, domain-joined...
February 10, 2022 at 6:45 am
SQL auth has the issue.
The DMZ host is not domain joined so can't use Windows auth anyway (well not without trying to run SSMS as another user and specifying domain\username...
February 9, 2022 at 6:13 pm
Has this ever worked?
Not from the DMZ host, no, but it is something that has only been needed very recently.
From everywhere else on the LAN both standalone instances and AG...
February 9, 2022 at 9:19 am
Yes, all SQL Services are using domain accounts (and those accounts have all the SPNs for Kerberos)
February 8, 2022 at 5:39 pm
Using SQL auth
Blue question mark is 'part' of the problem, but not the only (biggest) problem. Though WMI is something I will look at.
February 8, 2022 at 9:34 am
I agree 100% is seems network related.
But why don't standalone instances have this issue. Why is itย only AG instances. It's not like it's even hit and miss - all standalone...
February 7, 2022 at 9:03 am
Thanks for both those replies.
Yes SQL Browser 1434 is allowed through the Windows firewall (and the DMZ rules are currently also in "allow all" mode from the DMZ device to...
February 4, 2022 at 6:01 pm
PS: Running:
Test-NetConnection -Port 1433 -ComputerName <SQLHostname>
from the device in the DMZ comes back successful
February 4, 2022 at 3:20 pm
Hi,
Thanks for the replies and sorry for the delay!
Basically we are moving to Availability Groups as the default HA option for SQL, however this comes with the downside of having...
August 12, 2021 at 3:17 pm
If you are creating separate instances of SSRS for each application
Not per application, but per SQL Database Engine Instance - unless you are using these terms interchangeably. We have...
May 7, 2021 at 11:42 am
That ?? at the end was supposed to be a thumbs up!
May 6, 2021 at 8:30 pm
I didn't think you can install multiple instances on the same Windows host anymore, at least that's what I'm reading for SQL 2019.
I mean connecting SSRS to the actual SQL...
May 6, 2021 at 8:30 pm
PS: Before anyone says "upgrade everything to one instance". We have hundreds of DBs all from different suppliers who all have maximum supported versions ๐
May 5, 2021 at 2:33 pm
Viewing 15 posts - 16 through 30 (of 99 total)