Skip to content

Commit 72ccf9c

Browse files
a bit of organising
1 parent 8a4d6ff commit 72ccf9c

13 files changed

+2
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

agentjobstofileproperly.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## as a SQLCMD step
44

55
## powershell.exe 'path to file'
6-
6+
<#
77
Write-Output "Starting Copy of XXXX database from SourceServerName to DestServerName"
88
99
try {
@@ -33,3 +33,4 @@ $CopyError = $error[0..5] | fl -force
3333
Write-Error $CopyError
3434
[System.Environment]::Exit(1)
3535
}
36+
#>

0 commit comments

Comments
 (0)