代码之家  ›  专栏  ›  技术社区  ›  Matt

创建在SQL Server 2016中生成insert语句的查询

  •  -1
  • Matt  · 技术社区  · 6 年前

    我想知道是否有可能生成一个insert查询,该查询将包含测试环境中已经存在的所有数据—我可以在本地计算机上作为查询执行。

    这可能吗?我还不一定能处理实时生产数据,因为我的界面将对其进行操作。

    2 回复  |  直到 6 年前
        1
  •  2
  •   Prahalad Gaggar    6 年前
    1.  Connect to your TEST server on SQL Server management studio.
    2.  Expand the Databases node.
    3.  Right-click your Test Database > Tasks > Generate Scripts:
    4.  The Introduction page opens. Select Next to open the Chose Objects page. You can select the entire database or specific objects in the database. Select  Script specific database objects (select tables table)
    5.  Select Next to open the Set Scripting Options page. Here you can configure where to save the script and some additional advanced options.
    a. Select Save to new query window.
    b. Select Advanced and make sure these options are set:
    
        Types of data to script set to Data only.
    

    步骤5.b Step 5.b