↧
Error Code 2503 when installing on SSMS 2016
↧
[Bug] SSAS Databases don't show up in Connections (3.0.6344.28892)
↧
↧
Feature Request: Change Region Comment Characters
Without breaking the current region functionality, would it be possible to change the region comments to: Code:
Assuming your region parsing keys off the "#" character, this would allow us to control whether the entire region is commented out or not by (un)commenting the open region line of text. I've been using the following technique to selectively (un)comment sections of SQL code for some time, and it would be nice to have your region functionality combined with this ability. Code:
|
![]() |
↧
Minor issues in Options and Formatting
I've noticed some minor issues in formation and options. 1. In Options dialog, when in Formatting you have created a custom format, its filename appears at the top of the window (after Show In Folder). Clicking on it opens the folder where the xml is placed. The problem is that it opens the folder twice. 2. In Formatting (custom format), i have the following settings: a. Where\IndentConditions: True b. Where\SpaceBeforeConditions: Space Boost insists on adding a tab before conditions though instead of a space and the same thing happens in the fields at the "select" area. In general, all my settings are set to add spaces. Also, in SSMS options, under text Editor, all tab settings are set to "insert spaces". SSMSBoost 3.0.6344.28892 SSMS 2016 v13.0.16106.4 |
![]() |
↧
SSMSBoost v3.0 Beta (for SSMS 2008,2012,2014,2016, 2017)
↧
↧
Recent Session storage location
↧
Script generation with Unicode
↧
Set 'Copy selection as XML Spreadsheet' as shortcut (how?)
So I think I probably just need the command name under the SSMSBoost macro section.. Or I need to know it's impossible (or maybe an alternative way of doing it, but I feel like this is the way if there is a way). I can't figure out a good way to search the options under that dropdown so I'd take how to do that as a way of teaching me how to fish, instead. Anyhow, build info: 2.19.5952.29737 Tia! |
![]() |
↧
Recent Session storage location
↧
↧
SSMSBoost v3.0 Beta (for SSMS 2008,2012,2014,2016, 2017)
SSMSBoost v3.0 Release Candidate 1 First, thank you for all the feedback that we received on previous version. We have addressed many issues and made many internal improvements. IMPORTANT: Breaking change ! You have to UNINSTALL all previous versions of the add-in to proceed. We have moved from 5 separate installers to single all-in-ine installer. Remove previous versions using "Add/Remove programs". If your computer will ask for .msi file with previous version, you can download it here: http://www.ssmsboost.com...chive/SSMSBoostInstaller{version}.msi IMPROVEMENTS -SSMSBoost now has one installer for all SSMS versions. Note: it is important to uninstall all previous versions, before installing this new release. All your user data (settings, templates, connections) will not be deleted when uninstalling and will be re-used by the new version after the installation. -Fixed: When switching the database, Intellisense sometimes did not update the context -Fixed issues with preferred connections switching on Microsoft Azure servers -Other internal improvements Download link for all SSMS versions (2008/2008R2, 2012, 2012SP2, 2014, 2016, 2017): http://www.ssmsboost.com...stInstaller_3.0.6390.msi Please report any issues in this forum. |
![]() |
↧
SSMSBoost v3.0 Beta (for SSMS 2008,2012,2014,2016, 2017)
Hi guys Thank you for the RC, a few issues I've noticed so far with Azure DBs and SSMS 2012: 1. I get a "The database XXXXX is not accessible" error message when I click on an Azure database name in the Connections list, but after clicking OK it connects to that DB anyway. This seems to happen when I'm already connected to another DB in the same server, but not for the first database I connect to. 2. After connecting to an Azure DB, the Connections box in the toolbar shows the DB name in all capitals, like the Available Databases list in SSMS, and not the name I have assigned to it as a Preferred Connection. 3. If the focus is on the Object Explorer (ie one of its items is selected, when I open the Connections list and try to scroll with the mouse wheel the Object Explorer scrolls instead. This does not happen when the focus is in the query itself. I have e-mailed Support with details of my build but I thought it would be good to also list the bugs here. Cheers |
![]() |
↧
SSMSBoost v3.0 Beta (for SSMS 2008,2012,2014,2016, 2017)
![]() |
↧
SSMSBoost v3.0 Beta (for SSMS 2008,2012,2014,2016, 2017)
SSMSBoost v3.0 Release Candidate 2 Fixed start-up issues, that happened sometimes with "Open empty query window" option set in preferred connections Important notes from RC1: IMPORTANT: Breaking change ! You have to UNINSTALL all previous BETA versions of the add-in to proceed. We have moved from 5 separate installers to single all-in-ine installer. Remove previous versions using "Add/Remove programs". If your computer will ask for .msi file with previous version, you can download it here: http://www.ssmsboost.com...chive/SSMSBoostInstaller{version}.msi IMPROVEMENTS -SSMSBoost now has one installer for all SSMS versions. Note: it is important to uninstall all previous versions, before installing this new release. All your user data (settings, templates, connections) will not be deleted when uninstalling and will be re-used by the new version after the installation. -Fixed: When switching the database, Intellisense sometimes did not update the context -Fixed issues with preferred connections switching on Microsoft Azure servers -Other internal improvements Download link for all SSMS versions (2008/2008R2, 2012, 2012SP2, 2014, 2016, 2017): http://www.ssmsboost.com...stInstaller_3.0.6397.msi Please report any issues in this forum. |
![]() |
↧
↧
SSMSBoost v3.0 Release Candidate 2 - Search Window Size
I just installed v3.0 RC2 into SSMS2017 and seems to be working well. This is fairly minor, I just tried 'Search for Objects' for the first time. The window that opened was minimized to a size that made the feature unusable. I was a little confused about how it worked at first but once I figured out that I needed to resize it, it worked fine. Thanks! John |
![]() |
↧
Where is the community activation page?
↧
SSMSBoost v3.0 Beta (for SSMS 2008,2012,2014,2016, 2017)
↧
SSMSBoost v3.0 Beta (for SSMS 2008,2012,2014,2016, 2017)
![]() |
↧
↧
Where is the community activation page?
Currently you can activate old 2.19v as Pro user only. New v3.0 RC2 can be downloaded and used without any activation (as stated on the front page). Here is the direct link to the thread: http://www.ssmsboost.com...008-2012-2014-2016--2017 |
![]() |
↧
Where is the community activation page?
↧
Wrong warning "Update without Where Clause" with Cursor
If I have a Cursor, say "adr", and have an update statement Code:
I get the warning "Update without Where Clause". It looks like SSMSBoost does not understand the syntax "Where Current Of <cursor>". I am using the newest 3.0 Beta version, downloaded and installed today. With kind regards Matthias Kläy |
![]() |
↧