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!!

  • 相关阅读:
    hadoop2.3.0cdh5.0.2 升级到cdh5.7.0
    strace
    ganglia3.7.2,web3.7.1安装
    hadoop balancer
    linux-小命令
    Ceph 架构以及原理分析
    Ceph 文件存储
    Ceph 对象存储
    Ceph 块存储
    Ceph 集群搭建
  • 原文地址:https://www.cnblogs.com/haoliansheng/p/4742170.html
Copyright © 2011-2022 走看看