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.
如何将包含数据的 2012 数据库导出到 .sql 文件,以便将其导入到 2008 服务器?我从来没有能够只导出结构的数据。
您可以右键单击管理工作室中的数据库。然后去,
Tasks --> Generate scripts --> Advanced
在那里,您可以启用“脚本的数据类型”,Schema and data然后生成脚本。这样您的脚本文件将在表中填充您的数据。
Schema and data