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

Commit 96ed9bb

Browse files
committed
Standardize TSQL Go
1 parent 47c40d3 commit 96ed9bb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/linux/sql-server-linux-availability-group-cross-platform.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,14 @@ The steps to create the AG are the same as the steps to create an AG for read-sc
189189
CONTAINMENT = NONE
190190
ON PRIMARY ( NAME = N'<TestDB>', FILENAME = N'F:\Data\<TestDB>.mdf')
191191
LOG ON ( NAME = N'<TestDB>_log', FILENAME = N'F:\Data\<TestDB>_log.ldf')
192-
GO
192+
GO
193193
```
194194

195195
1. Take a full backup of the database. If you don't need to store a full backup at this time, you can back up the database to `NUL:` This does not create a backup file. The following command backs up the database to `NUL:`:
196196

197197
```sql
198198
BACKUP DATABASE <TestDB> TO DISK = N'NUL:'
199+
GO
199200
```
200201

201202
1. On the primary replica, run the SQL query to add the database to the AG.

0 commit comments

Comments
 (0)