Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 5a4e284

Browse files
authored
updated return value for clarity
based on PR 1840 https://github.com/MicrosoftDocs/sql-docs/pull/1840/files
1 parent 02510e7 commit 5a4e284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/error-procedure-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ERROR_PROCEDURE ( )
4343
**nvarchar(128)**
4444

4545
## Return Value
46-
When called within a CATCH block in a stored procedure or trigger, `ERROR_PROCEDURE` returns the name of the stored procedure or trigger in which the error originated.
46+
When called in a CATCH block, `ERROR_PROCEDURE` returns the name of the stored procedure or trigger in which the error originated.
4747

4848
`ERROR_PROCEDURE` returns NULL if the error did not occur within a stored procedure or trigger.
4949

0 commit comments

Comments
 (0)