当前位置:网站首页>SQL Server Backup and restore command operations
SQL Server Backup and restore command operations
2022-06-29 18:59:00 【Chshyz】
SQL Server Management Studio Backup and restore database operations
Environmental Science :windows10、 Already deployed sql server 2008 R2、 Can successfully connect to the database ;

for example : Backup class1 database
BACKUP DATABASE [class1] TO DISK = N'D:\program files\sql server\MSSQLSERVER\MSSQL10_50.MSSQLSERVER\MSSQL\Backup\class1.bak' WITH NOFORMAT, NOINIT, NAME = N'class1- complete database Backup ', SKIP, NOREWIND, NOUNLOAD, STATS = 10
GO

Backup log
BACKUP LOG [class1] TO DISK = N'D:\program files\sql server\MSSQLSERVER\MSSQL10_50.MSSQLSERVER\MSSQL\Backup\class2.bak' WITH NOFORMAT, NOINIT, NAME = N'class1- Transaction log Backup ', SKIP, NOREWIND, NOUNLOAD, STATS = 10
GO

Restore
RESTORE DATABASE [class1] FROM DISK = N'D:\program files\sql server\MSSQLSERVER\MSSQL10_50.MSSQLSERVER\MSSQL\Backup\class2.bak' WITH FILE = 1, NOUNLOAD, STATS = 10
GO

边栏推荐
- Several code screenshots beautification tools worth collecting by programmers
- Know that Chuangyu has helped the energy industry in asset management and was selected into the 2021 IOT demonstration project of the Ministry of industry and information technology
- 75.二叉搜索树额最近公共祖先
- Data warehouse model layered ODS, DWD, DWM practice
- Markdown common fonts
- Dragon canvas animation
- JS text particle dynamic background
- Intégration d'outils et de cadres tiers
- Cannot retrieve repository metadata 处理记录
- Hello, do you have any official website samples for MySQL CDC, PostgreSQL CDC? Give me a link to learn
猜你喜欢

Source code installation mavros

深度学习---三好学生各成绩所占权重问题(2)

Adobe Premiere foundation - cool text flash (14)

svg画圆路径动画

1. 使用STM32CubeMX建立STM32G030C8T6项目工程

Know that Chuangyu has helped the energy industry in asset management and was selected into the 2021 IOT demonstration project of the Ministry of industry and information technology

从CIO到顾问:IT领导者的转型之路

Dragon canvas animation

How to use an oak camera as a webcam?

The table ‘table_ Name 'is full exception troubleshooting and solution
随机推荐
Sword finger offer 34 Path DFS method for binary tree neutralization
[daily training] 535 Encryption and decryption of tinyurl
layer.prompt
Deep learning --- the weight of the three good students' scores (2)
UnrealEngine插件中使用protobuf 链接mysql
2. add customized related files to the keil5 project established by stm32cubemx
数据分析基础--预测模型
细说GaussDB(DWS)复杂多样的资源负载管理手段
关于微服务
JS converts seconds to "2h30min50s" format
Panda Parkour JS games code
Redis(一)--Redis入门(2)--Redis数据类型
您好,请问mysql cdc、和postgresql cdc有官网样例吗?给个链接学习了
postgis 生成 图形切割
curl下载示例
Error [warning] neural network information was performed on socket 'RGB', depth frame is aligned to socket
6.29 simulation summary
layer. prompt
什么是多范式编程语言,其中的“多范式”是什么意思?
《安富莱嵌入式周报》第271期:2022.06.20--2022.06.26