Skip to content

Commit dcbb762

Browse files
authored
Update select-rows-to-migrate-by-using-a-filter-function-stretch-database.md
missing ) )
1 parent 553d5b2 commit dcbb762

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/sql-server/stretch-database/select-rows-to-migrate-by-using-a-filter-function-stretch-database.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ SELECT * FROM stretch_table_name CROSS APPLY fn_stretchpredicate(column1, column
493493
ALTER TABLE stretch_table_name SET ( REMOTE_DATA_ARCHIVE = ON (
494494
FILTER_PREDICATE = dbo.fn_stretchpredicate2(column1, column2),
495495
MIGRATION_STATE = <desired_migration_state>
496+
) )
496497
497498
```
498499

0 commit comments

Comments
 (0)