如何使用sql server备份和恢复当前更改sql server数据库?

问题描述:

您好,



如何使用sql server备份和恢复当前更改sql server数据库?



我想通过windows服务使用管理面板更改我们的客户机数据库,



我想只更改当前更新的数据库,我不想采取完全备份和恢复完全备份,因为我的数据库备份大小将逐日增加。



所以,我想只备份当前更改并上传到ftp并恢复到原始数据库中的客户端机器,使用Windows服务。



请帮助我。



这很紧急。



先谢谢你。



问候

Ankit Agarwal

软件工程师

Hello,

How to take backup and restore only current changes sql server database using sql server?

I want to change our client machine database using admin panel through windows service,

I want to change only current updated database, i don't want to take full backup and restore full backup because my database backup size will be increase day by day.

So, I want to take backup only current changes and upload to ftp and restore to client machine in original database, using windows service.

Please help me.

It's urgent.

Thank you in Advance.

Regards
Ankit Agarwal
Software Engineer

您可以进行差异备份,这只会保存自上次完全备份以来发生的更改。



创建SQL Server数据库的完整备份和差异备份 [ ^ ]
You can do a differential backup, which will only save changes occurred since last full backup.

Creating Full and Differential Backups of a SQL Server Database[^]