Skip to content

Commit f03d22a

Browse files
authored
Merge pull request #6400 from Kevin3NF/patch-1
Update mssqlserver-605-database-engine-error.md
2 parents f5b4fef + fb15f5b commit f03d22a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/errors-events/mssqlserver-605-database-engine-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If the 605 error is not transient, the problem is severe and must be corrected b
5050
1. Identify the tables associated with the allocation units specified in the message by running the following query. Replace `allocation_unit_id` with the allocation units specified in the error message.
5151

5252
```sql
53-
USE`database_name`;
53+
USE [database_name];
5454

5555
GO
5656

0 commit comments

Comments
 (0)