SQL Prompt is 7.2.4.291 (22nd June)
Aaron L
Posts: 596 New member
SQL Prompt 7.2.4.291 - 22nd June 2016
This build of SQL Prompt includes:
Full release notes
Feedback
If you have any problems with this release, please post them on this forum.
If you have any suggestions for improvements, please post them on our suggestions forum so other users can vote for them.
Version history
7.2.4.291 - 22nd June
This build of SQL Prompt includes:
- SQL Prompt now supports SSMS June 2016
- SQL Prompt now shows a warning message when you try to execute an UPDATE or DELETE statement without a WHERE clause (UserVoice)
- SQL Prompt now offers suggestions when connected to Azure SQL Data Warehouse and Parallel Data Warehouse (UserVoice)
- Improved suggestions performance
- Additional SQL Server 2016 syntax is now suggested
- Open in Excel from the Results grid now exports NULLs as blank cells (UserVoice)
- Highlight Matching Objects experimental feature is now enabled by default
- Many other improvements and fixes
Full release notes
Feedback
If you have any problems with this release, please post them on this forum.
If you have any suggestions for improvements, please post them on our suggestions forum so other users can vote for them.
Version history
7.2.4.291 - 22nd June
- Select in Object Explorer now sets keyboard focus to the Object Explorer (Forum post)
- Select in Object Explorer now clears filters if they are hiding the object being selected (Forum post)
- Support ticket 67549: Fix for variable being incorrectly cased as a parameter with the same name in EXEC statement
- Support ticket 67974: Fix for geometry being incorrectly cased when using geometry's static methods
- Support ticket 68061: Fix for Open in Excel displaying a warning with high precision scale/precision decimals
- Updated SQL Prompt logo
- Support ticket 67262: Fix for rename alias/variable inside OVER clauses not working
- Support ticket 66354: Fix for actions list not being displayed when word wrap is enabled
- Fix for table variable being surrounded by square brackets when being passed to a function (Forum post)
- Provide feedback links now open feedback form
- Fix for incorrect $CURSOR$ placeholder location in the 'curff' default snippet (Forum post)
- SP-5694: Fix for null reference exception being thrown on invalid computed column syntax
- Execution warnings are no longer shown when modifying an aliased temp table
- Format SQL is now included in the right click context menu in SSMS2016
- Fix for issue with high-DPI mode in SSMS2008R2 under Windows 8.1 and 10 (Forum post)
- Fix for wildcards not expanding on certain scripts (Forum post)
- Support ticket 65031: Fix for tab history not restoring tabs if nosplash argument is passed to SSMS on the command line
- Initial release
This discussion has been closed.
Comments
Sorry to hear you’re having trouble. I haven’t been able to reproduce your issue here so it’d be best if you could contact our support team to investigate it further.
Please enable verbose logging and include the logs in your support request.
Thanks
Ali
I deleted the config.msi folder and now it works just fine.
Is there a setting somewhere that can be toggled to adjust this behavior? In my case, I want to export empty cells as "NULL" instead of a blank cell.
Currently there's no setting to change the behaviour of NULLs exported to Excel.
The best way to log this would be to create a request on our UserVoice forum. Uservoice helps us track and prioritise our work and you'll get status notifications (along with anyone else that's interested).
Thanks
Ali
However I seem to have lost the ability to use "smart rename" (F2). Is there something I am missing?
Using rename/F2 in a script to rename a variable or alias should still work in 7.2.4.
It should be accessible through the right click context menu as well as the shortcut, could you check if right clicking on a variable name and selecting "Rename Variable/Alias" works for you?
Thanks,
Aaron.
Having the same problem. Sometimes it seems to restart MSSMS and then it works for another 15-20 minutes. Now and then the all suggestions (like ssf) are gone but right now it is "only" my database objects (table names, column names etc).
I even had a strange experience where pressing the ENTER key would paste my text from the clipboad into my script and pressing other keys also behaved oddly. A restart of MSSMS solved that.
Using MSSMS 2012 version 11.0.6020.0
and SQL Prompt 7.2.4.291
SQL Prompt only suggesting snippets and built in functions will happen if SQL Prompt hasn't retrieved suggestions from the database. Have you tried refreshing the suggestions (either ctrl+shift+d to refresh just the current database, or disabling/enabling using ctrl+shift+p twice to clear everything) to see if that helps?
Next time it happens could you check your log file to see if there are any errors listed (under SQL Prompt->Help->Show Log).
Thanks,
Aaron.