zoukankan      html  css  js  c++  java
  • SQL实战训练2 PowerShell中导出数据到excel表格

    1.启动PowerShell

    在数据库的实例名上右击,选择"启动PowerShell"

    2.输入命令

    PS SQLSERVER:\SQL\LENOVO-PC\DEFAULT> bcp YLBX兰考.dbo.ff out e:/123.xls -c -q -S
     "LENOVO-PC" -U "sa" -P "lvyafei"

    开始复制...
    1000 rows successfully bulk-copied to host-file. Total received: 1000
    1000 rows successfully bulk-copied to host-file. Total received: 2000
    1000 rows successfully bulk-copied to host-file. Total received: 3000
    1000 rows successfully bulk-copied to host-file. Total received: 4000
    1000 rows successfully bulk-copied to host-file. Total received: 5000
    1000 rows successfully bulk-copied to host-file. Total received: 6000
    1000 rows successfully bulk-copied to host-file. Total received: 7000
    1000 rows successfully bulk-copied to host-file. Total received: 8000
    1000 rows successfully bulk-copied to host-file. Total received: 9000
    1000 rows successfully bulk-copied to host-file. Total received: 10000
    1000 rows successfully bulk-copied to host-file. Total received: 11000
    1000 rows successfully bulk-copied to host-file. Total received: 12000
    1000 rows successfully bulk-copied to host-file. Total received: 13000
    1000 rows successfully bulk-copied to host-file. Total received: 14000
    1000 rows successfully bulk-copied to host-file. Total received: 15000
    1000 rows successfully bulk-copied to host-file. Total received: 16000
    1000 rows successfully bulk-copied to host-file. Total received: 17000
    1000 rows successfully bulk-copied to host-file. Total received: 18000
    1000 rows successfully bulk-copied to host-file. Total received: 19000
    1000 rows successfully bulk-copied to host-file. Total received: 20000
    1000 rows successfully bulk-copied to host-file. Total received: 21000
    1000 rows successfully bulk-copied to host-file. Total received: 22000
    1000 rows successfully bulk-copied to host-file. Total received: 23000

    已复制 23243 行。
    网络数据包大小(字节): 4096
    总时钟时间(毫秒)     : 483    平均值: (每秒 48122.15 行。)
    PS SQLSERVER:\SQL\LENOVO-PC\DEFAULT>

  • 相关阅读:
    outlook 2007无法连接exchange server时的解决方法
    Source模式和Design模式无法转换 在VS2008
    自定义CreateUserWizard 控件
    自定义CreateUserWizard 控件
    锋利的jQuery第三章
    Repeater控件的ItemDataBound事件
    jquery获取select,option所有的value和text
    Jquery中的缩写总结
    asp.net本质论学习笔记第二章
    jquery的append函数
  • 原文地址:https://www.cnblogs.com/lvfeilong/p/fdgfdgdfgdf.html
Copyright © 2011-2022 走看看