SQLPro for MSSQL
開発ツール
Macのみ対応
無料 · アプリ内購入
SQLPro for MSSQL is a lightweight Microsoft SQL Server database client, allowing quick and simple access to MSSQL Servers, including those hosted via cloud services such as SQL Azure or Amazon RDS.
Features include:
+ Syntax highlighting (including customizable themes).
+ Intellisense.
+ Tabbed based interface.
+ Support for executing multiple queries at once.
+ Quick access to tables, columns and more.
+ Stored procedure execution.
+ NTLMv2 supported (but not required).
SQLPro for MSSQL can be used to connect with the following databases:
+ Microsoft SQL Azure
+ Microsoft SQL Server 2005
+ Microsoft SQL Server 2008
+ Microsoft SQL Server 2008 R2
+ Microsoft SQL Server 2012
+ Microsoft SQL Server 2014
+ Microsoft SQL Server 2016
Thanks to the FreeTDS project (http://www.freetds.org/) for their great library.
This SQL Client does NOT work with MySQL or Postgres. Please ensure that your server is a Microsoft SQL Server (2005 or above).
Note 1: SQL Server Express is supported, however using it makes me sad. Please confirm that the SQL Server Express installation has been configured properly for remote connections over TCP/IP, and that you can connect remotely from another windows pc before requesting support.
Note 2: SQLPro for MSSQL can connect to Microsoft SQL Server 2000 however it is not supported.
Privacy Policy:
https://hankinsoft.com/privacypolicy.html
Terms of Use:
https://hankinsoft.com/termsofuse.html
Price:
SQLPro offers Premium subscriptions in order to interact with database result sets. Premium subscriptions are available as either a Monthly, or a Yearly duration. Subscriptions auto-renew within 24 hours of the expiration date unless auto-renewal is turned off in the iTunes account settings. Payment will be charged to your iTunes Account at confirmation of purchase.
さらに見る 細かいところはともかく、それなりに使用できます。Azure の SQLServer にアクセスしているのですが、Table 一覧が表示されず、テーブル定義の変更とかが大変です。補完候補には出てくるので、取得できていないことはなさそうなんですが…。
細かいところはともかく、それなりに使用できます。Azure の SQLServer にアクセスしているのですが、Table 一覧が表示されず、テーブル定義の変更とかが大変です。補完候補には出てくるので、取得できていないことはなさそうなんですが…。
+ Performance improvements with the query editor.
2026.157 4時間前
- Fixed several edge case identifier escaping issues for tables and columns with unusual names.
- Editing a row in the result grid no longer briefly blocks the UI while the column list refreshes.
- Fixed a race when disconnecting a database that could leave the connection pool in an inconsistent state.
- Unified tab close behavior. Closing a tab with unsaved changes now shows one consistent review dialog regardless of tab type, with separate preferences for file-backed tabs and scratch tabs.
- Result-set compare: more reliable decimal comparison. Decimal fast-path only kicks in when both sides have matching shape.
- Faster import dialog.
- Faster autocomplete: allowed-tables lookup is now constant-time per entry instead of a linear scan.
- Fixed several latent crashes around the text editor (scroll reentrancy, cancel action, geometry-value copy) and the connection list (collapsed-section scrolling).
- Fixed a bottom-of-grid whitespace + repeated-resize loop in the result pane.
2026.112 6日前
- Window & Session behavior preferences redesigned. Separate controls for "save state and restore on next launch" vs. "clean shutdown", and independent prompts for "on tab close" and "on window/app close". Save-state users no longer see a misleading "unsaved changes will be lost" warning, and clean-shutdown users can opt out of the prompt entirely. File-backed query tabs are now always autosaved using macOS-native autosave.
- Cmd+Q now correctly dismisses the connection picker and quits the app cleanly. Previously the modal sheet consumed the shortcut and required clicking Cancel first.
- Tab dirty-state tracking moved to a model flag, so the unsaved indicator no longer flickers between titles.
- Database tree state restore on connections with very large schemas is dramatically faster.
- Fixed a hang when opening very large SQL files. The editor's scroller workaround used to force full-document layout and could trip the watchdog on multi-MB files.
- Fixed a crash when "Copy as SQL update" was triggered on certain result sets (column metadata is now fetched off the main thread).
- Fixed alias-aware syntax highlighting after restoring a query from History (and inside the History preview).
2026.90 4月30日
New
- Added a geometry viewer. [#688](https://github.com/hankinsoft/SQLPro/issues/688)
- Pick your own icon for each connection. Right click a connection and choose 'Set icon'.
- Run favourite now supports {objectName} and {objectPath} tokens, so a saved query can target whichever table you right-click on.
- Configurable row limit for the Select Top N shortcut in the database tree. Set it in Preferences → Query.
- Per-favourite visibility switches. You can now control whether a favourite shows in the right-click menu or the autocomplete list, one favourite at a time.
- "Show in Finder" on the favourites list for quick export and backup.
Improvements
- The favourites designer has been rebuilt with a larger default window, a Save default button, tighter chrome, and SF-Symbol +/- add / remove buttons.
- Database-tree icons in the sidebar and tab bar now dim when the window isn't active, matching standard macOS conventions.
- Context-menu items on the database tree have been normalised across every connector, so wording and capitalisation is consistent wherever you work.
Fixes
- Hardened error handling across every connector to avoid crashes when the database returns unexpected empty or null results.
2026.83 4月22日
+ Better support for macOS 26 UI.
2026.07 2月14日
+ Fixed a crash some users are seeing. [#1101](https://github.com/hankinsoft/SQLPro/issues/1101)
2026.05 2月5日
+ Fixed a crash some users were seeing at startup.
2026.04 1月22日
+ Fixed an issue with exporting a MSSQL database to MySQL.
2026.03 1月20日
+ Additional macOS 26 improvements.
2025.91 2025/11/19
+ macOS 26 improvements.
+ Fix for missing 'search objects'. [#1089](https://github.com/hankinsoft/SQLPro/issues/1089)
2025.90 2025/11/18
+ Fixed an issue that could cause a crash during imports.
2025.57 2025/09/24
+ Fixed an issue where imports would fail. [#0171](https://github.com/hankinsoft/SQLPro/issues/1071)
2025.51 2025/08/29
+ Fixed a few possible crash issues.
2025.50 2025/08/25
+ Fixed an issue that could cause a crash when deleting records. [#965](https://github.com/hankinsoft/SQLPro/issues/965)
+ Fixed an issue that could cause a crash when removing the 'format query' shortcut. [#964](https://github.com/hankinsoft/SQLPro/issues/964)
2024.21 2024/04/10
+ Performance improvements with the query editor.
+ Crash fix related to the query editor.
2024.15 2024/02/20
+ Performance improvements.
2024.11 2024/02/05
+ Added support for right aligning numericals. [#914](https://github.com/hankinsoft/SQLPro/issues/914)
+ Added support for importing from JSON files. [#924](https://github.com/hankinsoft/SQLPro/issues/924)
+ Added support for exporting tables directly to Json via the database tree table context menu.
+ Moved themes location on file system. [#780](https://github.com/hankinsoft/SQLPro/issues/780)
+ Added support for keyboard shortcuts to export result sets as csv/json/xml. [#913](https://github.com/hankinsoft/SQLPro/issues/913)
+ Renaming a table will instantly update the autocomplete. [#922](https://github.com/hankinsoft/SQLPro/issues/922)
+ You can refresh a tab loaded from the file system by right clicking the tab and choosing 'Reload file'. [#902](https://github.com/hankinsoft/SQLPro/issues/902)
2023.56 2023/08/20
+ CSV export new remembers the previous settings. [#885](https://github.com/hankinsoft/SQLPro/issues/885)
2023.21 2023/03/03
+ Fixed an issue where new connections defaulted to read-only mode.
2023.10 2023/02/07
+ Improvements with connection handling.
2023.06 2023/02/01
+ Added user defined type details to the database tree.
2022.88 2022/11/17
+ Some additional logging for connection groups.
2022.80 2022/10/12
+ Fixed an issue where GO was required to be uppercase. [#835](https://github.com/hankinsoft/SQLPro/issues/835)
2022.72 2022/09/20
+ Fixed an issue with offline databases.
2022.70 2022/09/11
+ Fixed a crash that could occur when filtering results.
2022.46 2022/06/22
+ Performance improvements with the query editor.
さらに見る バージョン2026.157 4時間前
ユーザに関連付けられないデータ 次のデータは収集される場合がありますが、ユーザの識別情報には関連付けられません。