gpt4 book ai didi

sql - 将 SQL Server 转储到 XML?

转载 作者:行者123 更新时间:2023-12-04 06:47:53 26 4
gpt4 key购买 nike

在mysql中,可以使用mysqldump --xml转储到 XML。

如何转储 SQL Server 数据库?最好是 XML。

最佳答案

您可以尝试未记录的 sp_MSforeachtable 命令。

EXEC sp_MSforeachtable 'select * from ? for xml auto'

关于sql - 将 SQL Server 转储到 XML?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3515787/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com