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

Commit 239223e

Browse files
fixes MicrosoftDocs/sql-docs/issues/9434 -- typo in code
1 parent b6c4e10 commit 239223e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/database-mail/create-a-database-mail-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ helpviewer_keywords:
8383
```sql
8484
EXECUTE msdb.dbo.sysmail_add_profile_sp
8585
@profile_name = 'Profile Name'
86-
, @description = 'Desciption';
86+
, @description = 'Description';
8787
```
8888

8989
In the previous script, *@profile_name* is the name of the profile, and *@description* is the description of the profile. This parameter is optional.

0 commit comments

Comments
 (0)