mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
25 lines
899 B
Markdown
25 lines
899 B
Markdown
# T-SQL Snapshot Backup
|
|
This code sample demonstrates an end-to-end solution of backing up and restoring a database in an Azure SQL IaaS Virtual Machine using the T-SQL snapshot backup capabilities introduced in SQL Server 2022
|
|
|
|
### Contents
|
|
|
|
[About this sample](#about-this-sample)<br/>
|
|
[Disclaimers](#disclaimers)<br/>
|
|
|
|
<a name=about-this-sample></a>
|
|
|
|
## About this sample
|
|
|
|
1. **Applies to:**
|
|
- SQL Server 2022 (or higher) Evaluation / Developer / Enterprise editions.
|
|
2. **Key feature:**
|
|
- Create a T-SQL snapshot backup
|
|
- Restore Databse from the snapshot backup
|
|
3. **Programming Language:** PowerShell. T-SQL
|
|
5. **Authors:** Perry Skountrianos [perryskou-msft]
|
|
|
|
<a name=disclaimers></a>
|
|
|
|
## Disclaimers
|
|
The code included in this sample is not intended to be a set of best practices on how to build scalable enterprise grade applications. This is beyond the scope of this quick start sample.
|