↧
SSMSBoost v3.0 Beta (2008,2012,2014,2016)
↧
Macro to run a specific SP with fully qualified HIGHLIGHTED string
↧
↧
Feature Request - Result Set Column Attributes as Tokens
↧
SSMSBoost v3.0 Beta (2008,2012,2014,2016)
![]() |
↧
Feature request: Mark tabs with open transactions
Would it be possible to mark an tab that has a open (not commited / rolled back) transaction e.g. by changing the title, showing an Icon or using a red/yellow blinking background color (no, not really ![]() Reason one: A few days ago I tested some stuff to simulate blocking situations and executed an explicit BEGIN TRANSACTION. Somehow I forgot to COMMIT it after I was done with my tests (which was no problem, since I touched not really something). Some hours later I wanted to test a really big procedure (~2-3 hours runtime) and reused the window with the still open transaction (just deleted the old code without reading it again), which results in much locks on many tables (only on a test-copy of the database) and a full transaction log file on the TempDB (never tought, that this could be possible) which made the whole server unusable. To make it worser I started the master.dbo.sp_WhoIsActive procedure (by Adam Machanic) in the same SSMS window (the big procedure was done) as soon I saw the TempDB-Transaction-Log mails flooding my inbox, but sp_WhoIsActive did not come back (I guess because of the TempDB). So I did the next mistake and pressed the Stop button, which resulted in a 1-hour-rollback of the whole big procedure... Reason two: Sometimes I execute a BEGIN TRANSACTION, run a few other commands that would be executed successfull, until I run onto an error and the whole transaction was rolled back (of course not for every error and of course without telling me something about the silent rollback). This could be ok, but when it is an uncritical error, which I want to ignore, so I run some more commands, believing, that I'm still in my explicit transaction and could roll back everything -> data garbage that could not be rolled back... Solution:
PS: to solve the TempDB problem I executed an ALTER DATABASE ADD FILE command (the SSMS-GUI could not be used, since it uses the TempDB too). |
![]() |
↧
↧
SSMSBoost v3.0 Beta (2008,2012,2014,2016)
Next release of SSMSBoost v3.0 Beta released Changelog: -Added native search in execution history. SSMSBoost had already logging of all executed queries and execution results, but search had to be done with native feature of SSMS "Find in Files". Now using History->Find in Execution History you can search throught queries, you have executed in the past. -Added an option to deactivate connection coloring. -Improvements and fixes, based on user feedback. SSMSBoost for SSMS2016: http://www.ssmsboost.com...r2016_3.0.6282.18679.msi SSMSBoost for SSMS2014: http://www.ssmsboost.com...r2014_3.0.6282.18644.msi SSMSBoost for SSMS2012: http://www.ssmsboost.com...r2012_3.0.6282.18609.msi SSMSBoost for SSMS2008: http://www.ssmsboost.com...r2008_3.0.6282.18572.msi |
![]() |
↧
ssms crashing (Solved - Crash caused by other Add-in)
↧
Feature Request: Fixed search by key in Object Explorer
↧
SSMSBoost v3.0 Beta (2008,2012,2014,2016)
↧
↧
Feature Request: Fixed search by key in Object Explorer
↧
Feature Request: Fixed search by key in Object Explorer
Given a long list of tables in a DB in the SSMS Object Explorer: dbo.a dbo.b dbo.c ... dbo.z Key search, e.g. press "z" to get focus on dbo.z doesn't work here, because the search considers the first letter of the prefix, not the one of the table name. I always end up scrolling the list with the mouse to get to the table I want. Doesn't sound like big problem, but when you work a lot with SSMS like me, you learn to appreciate every saved second :) |
![]() |
↧
Support for SQL 2016, ETA?
↧
SSMSBoost v3.0 Beta (2008,2012,2014,2016)
Hello! I've installed latest beta on ssms 2016, running on windows 10 I've found that the SSMS caption functionnality is not fully working: * It changes the caption of the thmbnails that appear on Windows 10 task bar * It does not change the caption of the ssms window itself. Additionnaly, ssms 2016 now shows the solution name in the window caption - but not in the thumbnail appearing in the taskbar. However ssmsboost does not prove a macro to include the solution name in the ssms caption. Could that be added in the next release? Thanks! |
![]() |
↧
↧
SSMSBoost v3.0 Beta (2008,2012,2014,2016)
Originally Posted by: Luis Antonio Picado Ferná ![]() Hi, Here is extract from changelog: UPGRADES from previous versions: "In case windows will ask you for .msi of the previous version and you do not have one, you can download it under this URL: http://www.ssmsboost.com...chive/SSMSBoostInstaller{version}.msi Just replace {version} with version number, your system is asking you for.“ |
![]() |
↧
Support for SQL 2016, ETA?
↧
Script Grid Data not working
↧
ssms crashing (Solved - Crash caused by other Add-in)
↧
↧
SSMSBoost v3.0 Beta (2008,2012,2014,2016)
Hi Im getting a message asking for an installer to uninstall the current version. as directed i tried to go to http://www.ssmsboost.com/installpackages/archive/SSMSBoostInstaller2016_3.0.6151.40538.msi to download the required version but it doesnt exist. Please help |
![]() |
↧
[Execution History] doesn't work with sp_whoisactive
Okay, I love that this is an option at all, been wanting it for years. The ability to look at my queries and see what I got back - AWE.SOME. Alas, right now SP_WHOISACTIVE doesn't work. All that's saved are the standard warnings: /* SSMSBoost Connection: myservername.master (WinAuth) Start Date: 2017-04-04 09:42:37 Execution Time: 1.60 seconds Result: Success <?xml version="1.0" encoding="utf-16"?> <ArrayOfScriptItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ScriptItem xsi:type="BatchInfo"> <Index>0</Index> <Text>sp_whoisactive @filter = '%distribution%', @filter_type = 'database', @get_outer_command = 1 --@get_full_inner_text = 1 , @show_sleeping_spids=2</Text> <RecordCount>0</RecordCount> <Items> <ScriptItem xsi:type="MessageInfo"> <Message>Warning: The join order has been enforced because a local join hint is used.</Message> <DetailedMessage /> </ScriptItem> <ScriptItem xsi:type="MessageInfo"> <Message>Warning: Null value is eliminated by an aggregate or other SET operation.</Message> <DetailedMessage /> </ScriptItem> <ScriptItem xsi:type="MessageInfo"> <Message>Warning: Null value is eliminated by an aggregate or other SET operation.</Message> <DetailedMessage /> </ScriptItem> </Items> <Canceled>false</Canceled> </ScriptItem> </ArrayOfScriptItem> */ sp_whoisactive @filter = '%distribution%', @filter_type = 'database', @get_outer_command = 1 --@get_full_inner_text = 1 , @show_sleeping_spids=2 |
![]() |
↧
SSMSBoost v3.0 Beta (2008,2012,2014,2016)
Hi all I noticed that the option to change the Icon order in the menu is not saving. Repro Steps:
--> The Workspaces Button is at a place more reachable for me After closing SSMS and / or open a new SSMS Session shows the default menu structure. Hope this helps otherwise I'll try to clarify (and sorry for the bad english...) Regards Jimmy |
![]() |
↧