Skip to content

Commit 3d50323

Browse files
authored
Merge pull request #4094 from douglaslMS/ssis-everest-files
Made small fix from Jarod.
2 parents 0f29c34 + e077c90 commit 3d50323

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/integration-services/lift-shift/ssis-azure-files-file-shares.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Store and retrieve files on file shares on premises and in Azure | Microsoft Docs"
33
description: "This article describes how to use the file system and file shares, both on premises and in Azure, with SSIS"
4-
ms.date: "11/10/2017"
4+
ms.date: "11/27/2017"
55
ms.topic: "article"
66
ms.prod: "sql-server-2017"
77
ms.technology:
@@ -18,7 +18,7 @@ This article describes how to update your SQL Server Integration Services (SSIS)
1818
> Currently, the SSIS Catalog database (SSISDB) only supports a single set of access credentials. Therefore the Azure-SSIS Integration Runtime (IR) can't use different credentials to connect to multiple on-premises file shares and Azure Files shares.
1919
2020
## Store temporary files
21-
If you need to store and process temporary files during a single package execution, packages can use the temporary folder `(.)/temp` or `%TEMP%` of your Azure-SSIS Integration Runtime nodes.
21+
If you need to store and process temporary files during a single package execution, packages can use the current working directory (`.`) or temporary folder (`%TEMP%`) of your Azure-SSIS Integration Runtime nodes.
2222

2323
## Store files across multiple package executions
2424
If you need to store and process permanent files and persist them across multiple package executions, you can use either on-premises file shares or Azure Files

0 commit comments

Comments
 (0)