好用的格式化SQL工具SQL Prompt
阿新 • • 發佈:2019-02-10
SQL Prompt是一款擁有SQL智慧提示功能和格式化Sql程式碼外掛。可用於的SQL Server和VS。
SQL Prompt能根據資料庫的物件名稱,語法和使用者編寫的程式碼片段自動進行檢索,智慧的為使用者提供唯一合適的程式碼選擇。自動指令碼設定為使用者提供了簡單的程式碼 易讀性。
效果:
1.智慧提示
2.一鍵格式化(包括大小寫,空格,tab等完全自定義)
select b.proj,d.project_name,g.cname,b.id,b.ht_title,isnull(b.htzje,'0') as htzje,isnull(b.yifk,'0') as yifk,sum(isnull(a.je,'0')) as je,g.id as sort from cnto_fk a left join cnto b on a.pid=b.id left join project_table d on b.proj=d.pc_code left join sys_common g on a.fzno=g.cno and g.ctype='cnto_htlx' where 1=1 and d.project_name is not null and a.title is not null and convert(varchar(10),a.sfkrq,120) between '2015-10-01' and '2015-10-31' group by b.proj,d.project_name,g.cname,b.id,b.ht_title,b.htzje,b.yifk,g.id union select a.project_no as proj,d.project_name,g.cname,'' as id,a.title as ht_title,'0' as htzje,sum(isnull(a.je,'0')) as yifk,sum(isnull(a.je,'0')) as je,g.id as sort from cnto_fk a left join project_table d on a.project_no=d.pc_code left join sys_common g on a.fzno=g.cno and g.ctype='cnto_htlx' where a.fzno='qt' and d.project_name is not null and a.title is not null and convert(varchar(10),a.sfkrq,120) between '2015-10-01' and '2015-10-31' group by a.project_no,d.project_name,g.cname,a.title,g.id order by proj,sort
快捷鍵 Ctrl+K,Ctrl+Y,效果如圖
因為此軟體需要.net 3.5,而win10聯網線上安裝又非常慢,所以特提供離線安裝包。軟體地址和net包地址: 下載地址
軟體使用方法如下:
1.解壓軟體壓縮包內容
2.安裝SQLPrompt_7.0.0.40.exe,一路Next直至安裝完成
3.開啟SQL Server 2008 R2在工具欄點選SQL Prompt,進入註冊介面
選單路徑:SQL_Prompt=>Help=>Manage License...
4.註冊頁面
5.開啟SQL.Prompt.Keygen.exe並複製序列號到剛才的視窗
6.填入,然後要先斷網,貼上序列號,點activate啟用按鈕
7.等待一會會提示網路錯誤,然後點選Activate Manually(離線註冊)
1. 7
9.註冊機最下面欄位生成的程式碼 複製到離線註冊視窗中右邊的空文字框中,然後點選Finish按鈕
2. 8
10.破解成功!大功告成!盡情享用!