You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2019. It is now read-only.
Write-Host"Old table name $OldString does not end with random number between 100 and 999. The new table name with random number is $NewString."-ForegroundColor "Yellow"
107
+
}
108
+
} catch{
109
+
$NewString=$OldString+'_'+$New_RandomNumber
110
+
Write-Host"Old table name $OldString does not end with random number between 100 and 999. The new table name with random number is $NewString."-ForegroundColor "Yellow"
0 commit comments