Skip to content

Commit 02e6577

Browse files
authored
Update create-a-database-snapshot-transact-sql.md
Correcting the document for Memory Optimized support starting SQL Server 2019. Ref: https://learn.microsoft.com/en-us/sql/relational-databases/databases/database-snapshots-sql-server?view=sql-server-ver15
1 parent 02b8a52 commit 02e6577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/relational-databases/databases/create-a-database-snapshot-transact-sql.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The source database, which can use any recovery model, must meet the following p
2929

3030
- The source database can't be configured as a scalable shared database.
3131

32-
- The source database must not contain a MEMORY_OPTIMIZED_DATA filegroup.
32+
- Prior to SQL Server 2019, the source database could not contain a MEMORY_OPTIMIZED_DATA filegroup. Support for in-memory database snapshots was added in SQL Server 2019.
3333

3434
> [!IMPORTANT]
3535
> For information about other significant considerations, see [Database Snapshots (SQL Server)](database-snapshots-sql-server.md).

0 commit comments

Comments
 (0)