Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.18 KB

File metadata and controls

31 lines (25 loc) · 1.18 KB
title Update token syntax in SQL Server Agent job steps | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology database-engine
ms.topic conceptual
helpviewer_keywords
job step token syntax [SQL Server Agent]
token syntax [SQL Server Agent]
ms.assetid c801e6da-0159-4bb0-9144-eb28b5127ff7
author mashamsft
ms.author mathoma
manager craigg

Update token syntax in SQL Server Agent job steps

The syntax that is used tokens in [!INCLUDEssNoVersion] Agent job steps has changed.

Component

[!INCLUDEssNoVersion] Agent

Description

In [!INCLUDEssNoVersion], [!INCLUDEssNoVersion] Agent uses parentheses, such as $(DATE), instead of brackets, such as [DATE].

For more information, see "Using Tokens in Job Steps" in [!INCLUDEssNoVersion] Books Online.

See Also

SQL Server Agent Upgrade Issues