差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

兩邊的前次修訂版前次修改
sybase:cmd [2010/11/05 08:58] jalsybase:cmd [2010/11/15 05:10] (目前版本) jal
行 63: 行 63:
 </code> </code>
 還原完所有 transaction log 後再將 database online 還原完所有 transaction log 後再將 database online
 +
 +===== 檢視 table 筆數 =====
 +直接抓取系統 tabel 裡的紀錄值
 +<code sql>
 +select O.name,rowcnt(I.doampg) RecCnt from sysobjects as O,sysindexes as I
 +where I.id = O.id and I.indid = 1 and O.type = 'U'
 +order by RecCnt desc
 +</code>
  
 \\ \\
 <fbl> <fbl>
sybase/cmd.1288947489.txt.gz · 上一次變更: 2010/11/05 08:58 由 jal
上一頁 | 下一頁 | 回首頁 | RSS Feed | Facebook