TheSQLGuru

Results 44 comments of TheSQLGuru
trafficstars

this works, and lists out all 13 agent jobs on aaexttestdb: Get-DbaAgentJob -SqlInstance aaexttestdb this still throws the given error: Copy-DbaAgentJob -Destination "atsqlext\aaexttestdb,14340" -Source aaexttestdb WARNING: [13:12:18][Copy-DbaAgentJob] Error occurred while...

Here is the top section of code: begin { if ($Source) { try { $InputObject = Get-DbaAgentJob -SqlInstance $Source -SqlCredential $SourceSqlCredential -Job $Job -ExcludeJob $ExcludeJob } catch { Stop-Function -Message...

Could it be related to this: [DbaInstanceParameter]$Source ?? That seems to be the only thing that I am not actually testing by calling the Get-DBAAgentJob line explicitly

I do not have access to an environment with a higher level powershell/OS that can execute the necessary operations to perform this migration. I will stop trying to use dbatools...

OOOH! I wasn't even aware of the pipe-able Export-DBAScript function! I'm sorry I broke things, but I am happy that it wasn't me doing something stoopid! 🙃 Best of luck...

1) The right-click popup intercepts the Windows key, and my laptop's function key. That seems inappropriate, and it prevented me from taking a screenshot. 2) The screenshot would have shown...

Indeed they are! Kudos sir.

Regarding renaming the Power Levels, I don't have enough knowledge to name them properly, and they seem to have counter-intuitive actions to boot. So I will just leave them as...

Obviously this isn't a very high priority, as you are still given the chance to change the location to where you have it installed. I do wonder what will happen...