Skip to content

Commit c304587

Browse files
committed
Cleanup.
1 parent 7420ddc commit c304587

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/integration-services/lift-shift/ssis-azure-schedule-packages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ You can schedule the execution of packages stored in the SSISDB Catalog database
2323

2424
## <a name="agent"></a> Schedule a package with SQL Server Agent
2525

26-
### Prerequisite
26+
### Prerequisite - Create a linked server
2727

28-
Before you can use SQL Server Agent on premises to schedule execution of packages stored on an Azure SQL Database server, you have to add the SQL Database server as a linked server.
28+
Before you can use SQL Server Agent on premises to schedule execution of packages stored on an Azure SQL Database server, you have to add the SQL Database server to your on-premises SQL Server as a linked server.
2929

3030
1. **Set up the linked server**
3131

@@ -52,7 +52,7 @@ Before you can use SQL Server Agent on premises to schedule execution of package
5252
@rmtpassword = 'myPassword' -- Add your server admin password
5353
```
5454

55-
3. **Set up linked server options
55+
3. **Set up linked server options**
5656

5757
```sql
5858
EXEC sp_serveroption 'myLinkedServer', 'rpc out', true;

0 commit comments

Comments
 (0)