SQLPro for MSSQL
macOS / developpeurs
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.
Quoi de neuf dans la dernière version ?
- 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.