Viewing 15 posts - 31 through 45 (of 6,353 total)
Something is in the way of your machine and the SQLServer.
Best thing would be to work with your Network Admins & DBA's to ensure your workstation can connect over the...
September 4, 2024 at 2:56 pm
Not you're local firewall, could be the firewall on the SQL Server, could be a network level firewall too, there's multiple places a firewall could be.
I missed the -Port keyword,...
September 4, 2024 at 2:47 pm
Log shipping would be your friend here, use the previous full and log backups to make your new copy on the new server then setup LS to do the usual...
September 4, 2024 at 1:57 pm
Have you verified that there is no firewall issue in the way?
Is SSMS installed on the SSRS server where you tested it successfully or is it on another machine?
Can the...
September 4, 2024 at 1:50 pm
The error message is saying otherwise.
Please provide screenshots of your SSMS window so we can actually see what is happening, as in my SQL2022 setups, I only get the error...
September 2, 2024 at 10:33 am
That error is pretty self explanatory.
You may have disabled the audit, but you haven't disabled the audit specification.
Ensure you disable the right thing, and then it will let you modify...
September 2, 2024 at 8:17 am
When you installed SQL there would have been an option to set the auth mode, did you select Mixed or Windows only?
If it was mixed, what password did you give...
August 29, 2024 at 7:59 am
No there’s no differences between the patches
August 21, 2024 at 6:28 pm
2016 is a dead product now, only time it will get an update is if there is a CVE that needs fixing.
You’ve got less than 2 years to get off...
August 20, 2024 at 6:33 pm
You would actually be surprised how many people get others to setup SQL and they setup SA account and just toss the password away, leaving the DBAs up poop creek.
So...
August 20, 2024 at 5:55 pm
Well there is a lot to be desired by the question, so Johan's answer is technically right.
We don't know anything about the setup only that you have been given local...
August 20, 2024 at 3:05 pm
Use powershell and Test-NetConnection to the right TCP ports for the SQL instance and hadr_endpoint ports.
So if you have Host A, B, C
on A do
TNC ServerB 1433
TNC ServerB 5022
TNC ServerC...
August 19, 2024 at 3:14 pm
So you want to do a
CREATE LOGIN
CREATE USER
ALTER ROLE
Create the login first at the server level if that is needed.
Create the user at the database level for that login
Alter the...
August 19, 2024 at 3:04 pm
Then you will need to change your approach.
You'll need to store the output of the select into an object, then open another connection back to ABC - DB and do...
August 14, 2024 at 12:28 pm
So you want to loop around 5 servers, pull the backup information, then store that data in ABC server in database DB?
August 14, 2024 at 12:09 pm
Viewing 15 posts - 31 through 45 (of 6,353 total)