SQL SERVER的命令列工具Osql的用法

來源:互聯網
上載者:User

C:\>osql /?
用法: osql              [-U login id]          [-P password]
  [-S server]            [-H hostname]          [-E trusted connection]
  [-d use database name] [-l login timeout]     [-t query timeout]
  [-h headers]           [-s colseparator]      [-w columnwidth]
  [-a packetsize]        [-e echo input]        [-I Enable Quoted Identifiers]
  [-L list servers]      [-c cmdend]            [-D ODBC DSN name]
  [-q "cmdline query"]   [-Q "cmdline query" and exit]
  [-n remove numbering]  [-m errorlevel]
  [-r msgs to stderr]    [-V severitylevel]
  [-i inputfile]         [-o outputfile]
  [-p print statistics]  [-b On error batch abort]
  [-O use Old ISQL behavior disables the following]
      <EOF> 進行中批處理
      控制台寬度自動調整
      寬訊息
      預設錯誤層級為 — 1 對 1
  [-? show syntax summary]

Windows整合身份登陸>>>
C:\>osql -E
1>
登陸後執行系統預存程序
1> sp_password NULL,"newpass","sa"
2> go
密碼已更改。
1> exit

再來看看sa混合模式登陸>>>
C:\>osql -SLocalhost -Usa -Pnewpass
1>
出現1>提示符表示登陸成功!

再來看看osql命令列下查詢C:\>osql -SLocalhost -Usa -Pnewpass
1> use qz
2> Select count(*) from crjsj where kh=0
3> go

 -----------
           0

(1 行受到影響)
1>
查詢系統資料表
1> select name from sysobjects where xtype='U'
2> go
 name


 -------------------------------------------------------------------------------

        -------------------------------------------------
 sjd


 sjdz


 xgjsz


 xtcs


 pb


 xtsz


 qjcc


 rszl


 rz


 t_Open_Event


 t_Open_Event_history


 xgsj


 t_OpenDoorRecord_history


 mjjcs2


 t_OpenDoorRecord


 mjjz2


 mjkzqcs2


 dtproperties


 qjcc1


 sjlxsm


 kqsj2


 bell


 bm


 card


 department


 crjsj


 gly


 gzsj_history


 crjsj_history


 jr


 gzsj


 kqjsz


 gzsj_ssjksj


 info


 lever


 kqbc


 kqsj


 kqsj_tp


 lscrjsj


 mjjcs


 msgrz


 parameter


 picture


 mjjz


 qjlb


 mjkzqcs

 

(46 行受到影響)
1>Exit

C:\>Osql 命令列的用途還很多,功能十分強大,常用就列舉這些了。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.