We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676b9ca commit de14fd7Copy full SHA for de14fd7
1 file changed
samples/features/sql-big-data-cluster/app-deploy/SSIS/spec.yaml
@@ -2,5 +2,5 @@ name: back-up-db
2
version: v1
3
runtime: SSIS
4
entrypoint: ./back-up-db.dtsx
5
-options: /REP V /CONN "MasterSQL"\;"\"Data Source=service-master-pool;User ID=sa;Initial Catalog=master;Password=[SA_PASSWORD]\""
6
-schedule: "*/1 * * * *"
+options: /REP V /CONN "MasterSQL"\;"\"Data Source=master-0;User ID=sa;Initial Catalog=master;Password=[SA_PASSWORD]\""
+schedule: "*/1 * * * *"
0 commit comments