Viewing 15 posts - 46 through 60 (of 6,354 total)
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
Channelling my inner Brent...............
What is the problem you are trying to solve by changing the whole collation?
August 13, 2024 at 3:36 pm
Oh boy.
Seriously the logic will always give you rows.
If you check @@ROWCOUNT after setting @BODY you will have a rowcount of 1
If you check COUNT(*) from #temp table you will...
August 7, 2024 at 11:54 am
Sorry, I thought I read script it to copy somewhere else.
Yeah if you to the Get-DbaAgentJob then you can pipe that to Export-DbaScript
Get-DbaAgentJob -SqlInstance MySQLServer -Job MyBackupJob|...
August 6, 2024 at 2:47 pm
Are you able to use DBATools at all?
They have a ready made function for scripting/copying jobs
August 6, 2024 at 1:22 pm
You need to put a count or if exists condition around the mail part. So that if there’s no rows which match the select used to generate the html it...
August 6, 2024 at 5:09 am
In an AG you don't make the storage shared storage, everything is managed at the replica level.
The only reason for the WSFC is for the role failover capabilities.
Any compute resources,...
July 31, 2024 at 8:31 am
Go speak with your mail admins and work out where it is failing.
Your error is you’re not authenticating properly or you’re not using a secure connection.
Go work with your mail...
July 30, 2024 at 7:31 am
As you posted in the 2019 forum area also this shouldn't apply to you, but incase you're on SQL2016 or below, you may need to add the registry keys at...
July 30, 2024 at 7:06 am
Speak with your O365 admins then to see why it is saying you are unauthenticated.
Make sure you have SSL enabled.
Make sure you have TLS enabled.
July 30, 2024 at 6:32 am
You need to authenticate with O365.
Use basic authentication and give it the email address and password needed to login to that mailbox you wish to send mail as.
July 29, 2024 at 1:09 pm
Logins here will be something you would want to do manually as you can't just simply create
CREATE LOGIN [DOMAIN\Group] FROM WINDOWS
etc, if they are in Entra as...
July 17, 2024 at 11:01 am
Logins here will be something you would want to do manually as you can't just simply create
CREATE LOGIN [DOMAIN\Group] FROM WINDOWS
etc, if they are in Entra as...
July 17, 2024 at 11:00 am
MSFT have a doc with the steps on that topic.
Let us know is you need any further clarification.
July 15, 2024 at 5:52 pm
Doh, thanks Frederico, more coffee certainly needed this morning
July 10, 2024 at 2:01 pm
Viewing 15 posts - 46 through 60 (of 6,354 total)