Viewing 15 posts - 106 through 120 (of 391 total)
Hi,
check your scheduler, if there are maybe some maintenance jobs. Like index maintenance or something like that.
Or, if you got performance monitoring, check if there was more traffic on your...
April 13, 2021 at 2:17 pm
Hi,
what kind of details would you like to know?
We use a software, and everything works automatically. Every SQL server got an maintenance windows, and in this time the pending patches...
April 13, 2021 at 2:10 pm
Hi,
we use about 150 SQL Server and we do every update automatic. Every SQL server got a maintenance windows, and got his patches, cu and updates without any manuell work.
We...
March 26, 2021 at 6:39 am
Hm,
it would be nice, if the creator of a question will give some feedback.
Nobody knows if the solution fixed your problem.
March 22, 2021 at 11:24 am
Hi,
I think it should start on the primary, you can use this script:
-- YOU MUST EXECUTE THE FOLLOWING SCRIPT IN SQLCMD MODE.
:Connect PRIMARY_SQL_Server
:Connect SECONDARY_SQL_Server
ALTER AVAILABILITY GROUP [YOU_AOAG_GROUP_NAME]...
March 17, 2021 at 7:18 am
Hi,
do you use a CMS, or are these sql servers only stand alone?
If you use a CMS, just script your changes on the first sql server, and deploy the changes...
March 4, 2021 at 6:53 am
Hi,
just disable xp_cmdshell and you will see, wich Job oder SP will end with an error. Otherwise you have to study the code of the Job and Stored Procedures.
Or you...
March 2, 2021 at 10:45 am
Hi,
maybe this link can help you:
Kind regards,
Andreas
February 25, 2021 at 1:46 pm
Hi,
I got the sam error a view years ago. There was not enough memory for the operation system, to accept a new connection.
It was difficult to find, but easy to...
February 25, 2021 at 1:43 pm
Hi,
theres are differences between an CU and a GDR update. But I don't know, how you can fix it. But if you once install a GDR update, no CU update...
February 24, 2021 at 10:14 am
Hi,
okay, than just take a look at the link to dbatools. It is quite simple and nice to use.
We do a lot of maintenance and work with this scripts.
good luck,
Andreas
February 11, 2021 at 1:53 pm
Hi,
I don't think, that you have to remove a database from the AOAG to do some updates.
If so, you can take a look to dbatools, there are very good scriptes,...
February 11, 2021 at 1:46 pm
Hi,
I think this is the same topic:
Maybe a kerberos problem with a double hop, or the service account got no permission on the file.
Kind regards,
Andreas
February 11, 2021 at 1:42 pm
Hi,
it is always a good idea to install the updates. Be sure, to install them in your test environment first, and than bringt them to production, if they run fine...
February 8, 2021 at 12:20 pm
Viewing 15 posts - 106 through 120 (of 391 total)