Apps112

SQL Server / MSSQL by SQLPro 2026.110 - App Store




About SQL Server / MSSQL by SQLPro

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: +...

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: + Intellisense/SQL autocompletion. + Syntax highlighting. + Tabbed based interface for an optimal user experience (iPad). + Support for executing multiple queries at once. + Quick access to tables, columns and more. + Dark & Light themes which can be switched manually or automatically adjusted by your devices brightness. + Netbios support. + NTLMv2 supported (but not required). + SSH Tunnelling (password authentication only). Some of the great features include: + 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 requires a Premium upgrade in order to interact with database result sets. Premium is available as either a Lifetime Purchase or through a Subscription with Monthly and Yearly options. Subscriptions auto-renew within 24 hours of the expiration date unless auto-renewal is turned off in the iTunes account settings. Your Account will be charged for renewal (based on your selected plan) within 24-hours prior to the end of the current period. Any unused portion of a free trial period, if offered, will be forfeited when the user purchases a subscription to that publication, where applicable. Payment will be charged to your iTunes Account at confirmation of purchase.

Version History - Autocomplete: debounce on keystroke updates, plus O(1) allowed-tables lookup per entry. Large schemas no longer slow typing in the query editor. - Connection-pool teardown no longer blocks the UI while a remote database closes its socket. Disconnect and tab-close return immediately even when the database is unreachable. - Result-set sort treats signed numeric strings as NSDecimalNumber so "-100" sorts below "-50" instead of the other way around. - Fixed a crash when copying a geometry cell value. - Moved some logic that should have been on a background thread, from a foreground thread to a background thread. 2026.110 May 25 - Sort order for negative numbers ([#1131](https://github.com/hankinsoft/SQLPro/issues/1131)). Sorting a column of numeric values now orders negative numbers correctly. Previously a column containing both positive and negative values could end up out of order when the database returned numeric values as strings (most commonly with Oracle). - iPad schema sidebar crash. Fixed a table-view crash when removing the last table from a database in the schema sidebar. - Large-cell tooltips. Faster scrolling and pointer-driven tooltips on result grids that contain very large string values (multi-megabyte JSON / log columns no longer cause UI hitches). - Open from Files / Share sheet. Opening a `.sql` file from the Files app or a Share-sheet provider no longer freezes the app on slow sources (iCloud Drive, Google Drive, OneDrive). The file is now read on a background thread with a *Loading…* placeholder in the destination tab. 2026.92 May 4 - Fixed a rare launch hang on memory-constrained devices when first loading the autocomplete favorites cache. 2026.90 Apr 30 - Geometry / spatial viewer: preview POINT, LINESTRING, POLYGON, and other shape data right inside the result grid, with "Open in Maps" for point data. - Custom connection icons: choose any image from your photo library, adjust it with a built-in crop editor, and sync icons across your devices via iCloud. - Tab colour picker on every connection so each database has its own colour in your tab bar. - Improvements to Auto-reconnect when the server drops the connection (idle timeouts, brief network blips, server restarts). - Various crash fixes and stability improvements. 2026.83 Apr 22 + Improved integrations with third party libraries. + Improved performance for exporting results. 2026.63 Apr 13 + Made some improvements when altering tables. 2026.60 Apr 10 + Fixed an issue with iPad autocomplete. 2026.57 Apr 1 + Fixed an issue where some users were unable to add connections (they would disappear when re-launching the app). 2026.50 Mar 26 + Improvements with iOS 26. 2026.41 Mar 23 + Fixed an issue where switching tabs in table designer would not switch right away. 2026.40 Mar 20 Features: - Execute query in cursor range -- run just the current query instead of all. Split Run button with dropdown menu. Background highlight for current query. Setting in Display & Query Editor. Bug Fixes - Fixed smallmoney columns displaying incorrect precision (e.g. extra decimal digits) - Fixed numeric values displaying as "Object(2)" instead of "2" in query results - Fixed query execution issues when running repeated identical queries - Fixed dark mode appearance in the connecting popup and edit connection views - Stability improvements and crash fixes - Foreign key taps fixed -- tapping FK icons in results now works on iPhone (opens popover) and iPad (opens new query tab). 2026.39 Mar 19 + Improved support for iOS 26. 2026.10 Feb 20 + Improvements with iOS 26. 2025.81 12/03/2025 + Fixed a crash that could occur when long pressing connections. 2025.10 02/15/2025 + Fix for physical keyboard up/down arrows not working properly with autocomplete. [#997](https://github.com/hankinsoft/SQLPro/issues/997) 2024.61 07/27/2024 + Fixed a crash some users would see in settings. 2024.53 07/01/2024 + Fixed additional crashes which could occur in some situations. 2024.52 06/27/2024 + Fixed a crash some users were seeing. 2024.51 06/23/2024 + Fixed a few crash issues some users were seeing. 2014.15 02/21/2024 + Fixed a crash that could occur when removing connections. 2023.76 12/02/2023 + Autocomplete improvements. + Fixed a crash some users were seeing. 2023.70 11/07/2023 + improvements with connection handling. 2023.06 02/02/2023 + Fixed an issue that could cause a crash when navigating through multiple result sets. 2022.85 10/26/2022 + Updated frameworks. 2022.14 03/04/2022 + Improvements for favourites. 2022.10 02/03/2022



Previous Versions

Here you can find the changelog of SQL Server / MSSQL by SQLPro since it was posted on our website on 2021-12-16 04:43:25. The latest version is 2026.110 and it was updated on 2026-06-10 23:51:17. See below the changes in each version.

SQL Server / MSSQL by SQLPro version 2026.110
Updated At: 2026-06-10
Changes: Version History - Autocomplete: debounce on keystroke updates, plus O(1) allowed-tables lookup per entry. Large schemas no longer slow typing in the query editor. - Connection-pool teardown no longer blocks the UI while a remote database closes its socket. Disconnect and tab-close return immediately even when the database is unreachable. - Result-set sort treats signed numeric strings as NSDecimalNumber so "-100" sorts below "-50" instead of the other way around. - Fixed a crash when copying a geometry cell value. - Moved some logic that should have been on a background thread, from a foreground thread to a background thread. 2026.110 May 25 - Sort order for negative numbers ([#1131](https://github.com/hankinsoft/SQLPro/issues/1131)). Sorting a column of numeric values now orders negative numbers correctly. Previously a column containing both positive and negative values could end up out of order when the database returned numeric values as strings (most commonly with Oracle). - iPad schema sidebar crash. Fixed a table-view crash when removing the last table from a database in the schema sidebar. - Large-cell tooltips. Faster scrolling and pointer-driven tooltips on result grids that contain very large string values (multi-megabyte JSON / log columns no longer cause UI hitches). - Open from Files / Share sheet. Opening a `.sql` file from the Files app or a Share-sheet provider no longer freezes the app on slow sources (iCloud Drive, Google Drive, OneDrive). The file is now read on a background thread with a *Loading…* placeholder in the destination tab. 2026.92 May 4 - Fixed a rare launch hang on memory-constrained devices when first loading the autocomplete favorites cache. 2026.90 Apr 30 - Geometry / spatial viewer: preview POINT, LINESTRING, POLYGON, and other shape data right inside the result grid, with "Open in Maps" for point data. - Custom connection icons: choose any image from your photo library, adjust it with a built-in crop editor, and sync icons across your devices via iCloud. - Tab colour picker on every connection so each database has its own colour in your tab bar. - Improvements to Auto-reconnect when the server drops the connection (idle timeouts, brief network blips, server restarts). - Various crash fixes and stability improvements. 2026.83 Apr 22 + Improved integrations with third party libraries. + Improved performance for exporting results. 2026.63 Apr 13 + Made some improvements when altering tables. 2026.60 Apr 10 + Fixed an issue with iPad autocomplete. 2026.57 Apr 1 + Fixed an issue where some users were unable to add connections (they would disappear when re-launching the app). 2026.50 Mar 26 + Improvements with iOS 26. 2026.41 Mar 23 + Fixed an issue where switching tabs in table designer would not switch right away. 2026.40 Mar 20 Features: - Execute query in cursor range -- run just the current query instead of all. Split Run button with dropdown menu. Background highlight for current query. Setting in Display & Query Editor. Bug Fixes - Fixed smallmoney columns displaying incorrect precision (e.g. extra decimal digits) - Fixed numeric values displaying as "Object(2)" instead of "2" in query results - Fixed query execution issues when running repeated identical queries - Fixed dark mode appearance in the connecting popup and edit connection views - Stability improvements and crash fixes - Foreign key taps fixed -- tapping FK icons in results now works on iPhone (opens popover) and iPad (opens new query tab). 2026.39 Mar 19 + Improved support for iOS 26. 2026.10 Feb 20 + Improvements with iOS 26. 2025.81 12/03/2025 + Fixed a crash that could occur when long pressing connections. 2025.10 02/15/2025 + Fix for physical keyboard up/down arrows not working properly with autocomplete. [#997](https://github.com/hankinsoft/SQLPro/issues/997) 2024.61 07/27/2024 + Fixed a crash some users would see in settings. 2024.53 07/01/2024 + Fixed additional crashes which could occur in some situations. 2024.52 06/27/2024 + Fixed a crash some users were seeing. 2024.51 06/23/2024 + Fixed a few crash issues some users were seeing. 2014.15 02/21/2024 + Fixed a crash that could occur when removing connections. 2023.76 12/02/2023 + Autocomplete improvements. + Fixed a crash some users were seeing. 2023.70 11/07/2023 + improvements with connection handling. 2023.06 02/02/2023 + Fixed an issue that could cause a crash when navigating through multiple result sets. 2022.85 10/26/2022 + Updated frameworks. 2022.14 03/04/2022 + Improvements for favourites. 2022.10 02/03/2022
SQL Server / MSSQL by SQLPro version 2026.92
Updated At: 2026-05-08
Changes: Version History - Sort order for negative numbers ([#1131](https://github.com/hankinsoft/SQLPro/issues/1131)). Sorting a column of numeric values now orders negative numbers correctly. Previously a column containing both positive and negative values could end up out of order when the database returned numeric values as strings (most commonly with Oracle). - iPad schema sidebar crash. Fixed a table-view crash when removing the last table from a database in the schema sidebar. - Large-cell tooltips. Faster scrolling and pointer-driven tooltips on result grids that contain very large string values (multi-megabyte JSON / log columns no longer cause UI hitches). - Open from Files / Share sheet. Opening a `.sql` file from the Files app or a Share-sheet provider no longer freezes the app on slow sources (iCloud Drive, Google Drive, OneDrive). The file is now read on a background thread with a *Loading…* placeholder in the destination tab. 2026.92 3d ago - Fixed a rare launch hang on memory-constrained devices when first loading the autocomplete favorites cache. 2026.90 Apr 30 - Geometry / spatial viewer: preview POINT, LINESTRING, POLYGON, and other shape data right inside the result grid, with "Open in Maps" for point data. - Custom connection icons: choose any image from your photo library, adjust it with a built-in crop editor, and sync icons across your devices via iCloud. - Tab colour picker on every connection so each database has its own colour in your tab bar. - Improvements to Auto-reconnect when the server drops the connection (idle timeouts, brief network blips, server restarts). - Various crash fixes and stability improvements. 2026.83 Apr 22 + Improved integrations with third party libraries. + Improved performance for exporting results. 2026.63 Apr 13 + Made some improvements when altering tables. 2026.60 Apr 10 + Fixed an issue with iPad autocomplete. 2026.57 Apr 1 + Fixed an issue where some users were unable to add connections (they would disappear when re-launching the app). 2026.50 Mar 26 + Improvements with iOS 26. 2026.41 Mar 23 + Fixed an issue where switching tabs in table designer would not switch right away. 2026.40 Mar 20 Features: - Execute query in cursor range -- run just the current query instead of all. Split Run button with dropdown menu. Background highlight for current query. Setting in Display & Query Editor. Bug Fixes - Fixed smallmoney columns displaying incorrect precision (e.g. extra decimal digits) - Fixed numeric values displaying as "Object(2)" instead of "2" in query results - Fixed query execution issues when running repeated identical queries - Fixed dark mode appearance in the connecting popup and edit connection views - Stability improvements and crash fixes - Foreign key taps fixed -- tapping FK icons in results now works on iPhone (opens popover) and iPad (opens new query tab). 2026.39 Mar 19 + Improved support for iOS 26. 2026.10 Feb 20 + Improvements with iOS 26. 2025.81 12/03/2025 + Fixed a crash that could occur when long pressing connections. 2025.10 02/15/2025 + Fix for physical keyboard up/down arrows not working properly with autocomplete. [#997](https://github.com/hankinsoft/SQLPro/issues/997) 2024.61 07/27/2024 + Fixed a crash some users would see in settings. 2024.53 07/01/2024 + Fixed additional crashes which could occur in some situations. 2024.52 06/27/2024 + Fixed a crash some users were seeing. 2024.51 06/23/2024 + Fixed a few crash issues some users were seeing. 2014.15 02/21/2024 + Fixed a crash that could occur when removing connections. 2023.76 12/02/2023 + Autocomplete improvements. + Fixed a crash some users were seeing. 2023.70 11/07/2023 + improvements with connection handling. 2023.06 02/02/2023 + Fixed an issue that could cause a crash when navigating through multiple result sets. 2022.85 10/26/2022 + Updated frameworks. 2022.14 03/04/2022 + Improvements for favourites. 2022.10 02/03/2022 + iOS 15 improvements. 2021.81 10/08/2021
SQL Server / MSSQL by SQLPro version 2026.10
Updated At: 2026-02-20
Changes: + Improved support for iOS 26.
SQL Server / MSSQL by SQLPro version 2025.81
Updated At: 2025-12-03
Changes: + Improvements with iOS 26.
SQL Server / MSSQL by SQLPro version 2025.10
Updated At: 2025-02-15
Changes: Feb 15, 2025 Version 2025.10 + Fixed a crash that could occur when long pressing connections.
SQL Server / MSSQL by SQLPro version 2024.61
Updated At: 2024-07-27
Changes: Jul 27, 2024 Version 2024.61 + Fix for physical keyboard up/down arrows not working properly with autocomplete. [#997](https://github.com/hankinsoft/SQLPro/issues/997)
SQL Server / MSSQL by SQLPro version 2024.53
Updated At: 2024-07-01
Changes: Jul 1, 2024 Version 2024.53 + Fixed a crash some users would see in settings.
SQL Server / MSSQL by SQLPro version 2024.51
Updated At: 2024-06-23
Changes: Jun 23, 2024 Version 2024.51 + Fixed a crash some users were seeing.
SQL Server / MSSQL by SQLPro version 2014.15
Updated At: 2024-02-21
Changes: Feb 21, 2024 Version 2014.15 + Fixed a few crash issues some users were seeing.
SQL Server / MSSQL by SQLPro version 2023.76
Updated At: 2023-12-02
Changes: Dec 2, 2023 Version 2023.76 + Fixed a crash that could occur when removing connections.


Related Apps

Here you can find apps that are similar with SQL Server / MSSQL by SQLPro.



Disclaimer

Official App Store Link


We do not host SQL Server / MSSQL by SQLPro on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Apple and passed their terms and conditions to be listed there. We recommend caution when installing it.

The App Store link for SQL Server / MSSQL by SQLPro is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 5
Updated At: 2026-06-10 23:51:17
Publisher: Hankinsoft Development Inc
Operating System: IOS
License Type: Free