zoukankan      html  css  js  c++  java
  • 怎么从sqlserver 数据库导出 insert 的数据语句

    In SSMS in the Object Explorer, right click on the database right-click and pick "Tasks" and then "Generate Scripts".

    This will allow you to generate scripts for a single or all tables, and one of the options is "Script Data". If you set that to TRUE, the wizard will generate a script with INSERT INTO () statement for your data.

    nb if using 2008 R2 or 2012 its called something else, see screenshot below this one

    alt text

    2008 R2 or later eg 2012

    elect "Types of Data to Script" which can be "Data Only", "Schema and Data" or "Schema Only" - the default).

    enter image description here

    And then there's a "SSMS Addin" Package on Codeplex (including source) which promises pretty much the same functionality and a few more (like quick find etc.)

    For the sake of over-explicit brainlessness, after following marc_s' instructions to here...

    In SSMS in the Object Explorer, right click on the database right-click and pick "Tasks" and then "Generate Scripts".

    ... I then see a wizard screen with "Introduction, Choose Objects, Set Scripting Options, Summary, and Save or Publish Scripts" with prev, next, finish, cancel buttons at the bottom.

    On the Set Scripting Options step, you have to click "Advanced" to get the page with the options. Then, as Ghlouw has mentioned, you now select "Types of data to script" and profit.

    advanced button HIGHLIGHTED IN RED!1!!

  • 相关阅读:
    1221D
    1249E
    D. Yet Another Monster Killing Problem
    大佬传送门
    Zookeeper客户端连接报错
    搭建PXC集群
    Docker分布式环境
    Docker使用
    Docker入门
    MySQL数据库集群概述
  • 原文地址:https://www.cnblogs.com/haoliansheng/p/4742170.html
Copyright © 2011-2022 走看看