Skip to content

Commit

Permalink
Optimize database creation and management documentation in chapter 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Leetfs committed Sep 27, 2024
1 parent a375106 commit 9ca7f4d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/zh/sql/05/ChuangJian-GuanLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,13 @@ ADD FILE
);
```

##
### 分离数据库
```sql
exec sp_detach_db myDatabase
```

### 附加数据库

```sql
exec sp_attach_db myDatabase
```

0 comments on commit 9ca7f4d

Please sign in to comment.