Skip to content

Commit cd0d66b

Browse files
committed
Added required metadata to the 2 new topics.
1 parent 282c708 commit cd0d66b

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

docs/linux/sql-server-linux-configure-ssis.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
---
2+
title: Configure SSIS on Linux with ssis-conf | Microsoft Docs
3+
description: This article shows how to configure SQL Server Integration Services on Linux with the ssis-conf utility.
4+
author: douglaslMS
5+
ms.author: douglasl
6+
manager: craigg
7+
ms.date: 09/26/2017
8+
ms.topic: article
9+
ms.prod: sql-linux
10+
ms.technology: integration-services
11+
ms.assetid:
12+
---
113
# Configure SQL Server Integration Services on Linux with ssis-conf
214

315
`ssis-conf' is a configuration script that's when you install SQL Server Integration Services (SSIS) for Red Hat Enterprise Linux and Ubuntu. You can use this utility to configure the following properties:

docs/linux/sql-server-linux-schedule-ssis-packages.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
---
2+
title: Schedule SSIS packages on Linux with cron | Microsoft Docs
3+
description: This article shows how to schedule SQL Server Integration Services packages on Linux with the cron service.
4+
author: douglaslMS
5+
ms.author: douglasl
6+
manager: craigg
7+
ms.date: 09/26/2017
8+
ms.topic: article
9+
ms.prod: sql-linux
10+
ms.technology: integration-services
11+
ms.assetid:
12+
---
113
# Schedule SQL Server Integration Services package execution on Linux with cron
214

315
When you run SQL Server Integration Services (SSIS) and SQL Server on Windows, you can automate the execution of SSIS packages by using SQL Server Agent. When you run SQL Server and SSIS on Linux, however, the SQL Server Agent utility isn't available to schedule jobs on Linux. Instead you use **Cron** service that's widely used on Linux platforms to automate package execution.

0 commit comments

Comments
 (0)