Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们需要定期备份并将其带到本地以进行审计。我们如何从 aws rds ms sql server 数据库中进行 ms sql server 备份?有什么自动的方法吗?
否– AWS RDS 不提供创建 .bak 文件的直接/自动选项,您可以访问本地系统并进行审计。
是的——有办法做到这一点。如果您的数据库是:
small – 从 SSMS 生成脚本,包含所有模式和数据。这将创建一个 .sql 文件,然后将其压缩,然后在本地为您获取。
large -- 使用bcp命令从数据库中导出数据
bcp