Skip to content

Instantly share code, notes, and snippets.

@RichieBzzzt
Created October 5, 2017 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichieBzzzt/dcd0d998aea3f738ae11f37c87f493ea to your computer and use it in GitHub Desktop.
Save RichieBzzzt/dcd0d998aea3f738ae11f37c87f493ea to your computer and use it in GitHub Desktop.
{
"IntegrationServicesCatalog": {
"ssisEnvironmentName": "everestPublic",
"ssisProjectName": "Daily ETL",
"ssisFolderName": "WWI",
"ssisEnvironmentDescription": "This is a sql-server-sample project"
},
"SsisEnvironmentVariable": [
{
"isSensitive": false,
"description": "",
"VariableName": "D_ETL_WWI_DW_Destination_DB_ServerName",
"value": ".\\hh",
"dataType": "String",
"parameter": [
{
"parameterType": "project",
"parameterName": "WWI_DW_Destination_DB_ServerName"
}
]
},
{
"isSensitive": false,
"description": "",
"VariableName": "D_ETL_WWI_Source_DB_ServerName",
"value": ".\\hh",
"dataType": "String",
"parameter": [
{
"parameterType": "project",
"parameterName": "WWI_Source_DB_ServerName"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment