开发者

Using Volume Shadow Copy Service OK for backing up SQL Server Compact?

开发者 https://www.devze.com 2023-01-03 10:51 出处:网络
Would one expect a backup of a SQL Server Compact database file created with Volume Shadow Copy Service expected to be consistent?I know the big SQL Server has a VSS writer to ensure consistency.If a

Would one expect a backup of a SQL Server Compact database file created with Volume Shadow Copy Service expected to be consistent? I know the big SQL Server has a VSS writer to ensure consistency. If a connection is writing out to a SQL Server Compact datab开发者_如何学Goase could the file be backed up in a inconsistent state?


backup files are called "crash-consistent" when there is no writer service. you may be missing the recent updates, but usually good. ofcourse, depends on how critical your data or application is.

0

精彩评论

暂无评论...
验证码 换一张
取 消