Skip to content

Commit 2742c7b

Browse files
fixes MicrosoftDocs/sql-docs/issues/6069 -- typo
1 parent dfa03d2 commit 2742c7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/databases/contained-database-collations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ END;
130130
|Goto Labels|Instance Collation|CATALOG_DEFAULT|
131131
|Cursor Names|Instance Collation|CATALOG_DEFAULT|
132132

133-
If we temp table example previously described, we can see that this collation behavior eliminates the need for an explicit **COLLATE** clause in most temp table uses. In a contained database, this code now runs without error, even if the database and instance collations differ:
133+
In the temp table example previously described, we can see that this collation behavior eliminates the need for an explicit **COLLATE** clause in most temp table uses. In a contained database, this code now runs without error, even if the database and instance collations differ:
134134

135135
```sql
136136
CREATE TABLE T1 (T1_txt nvarchar(max)) ;

0 commit comments

Comments
 (0)