![]() |
↧
SSMSBoost v3.0 Beta (for SSMS 2008,2012,2014,2016, 2017)
↧
Feature Request: Query post execution action ideas
Hello! Love your product, been using it for years! I see in most recent 3.1 release notes that you plan on extending the "Query post execution actions" functionality ... adding the possibility to send e-mail on query completion or execute another action. This is useful when we start long-running queries and switch to another script or application (or just leave my computer :) ). Currently we can be notified by popup or system tray message (which I never see). A couple ideas here ...
exec t_TwilioSms @Phone='5555551212', @Message='My long job is done!' GO ALTER procedure [dbo].[t_TwilioSms] @Phone varchar(255), @Message varchar(1000) as begin declare @uri varchar(8000) set @uri = 'https://api.twilio.com/2010-04-01/Accounts/[TWILIO_ACCOUNT]/SMS/Messages' declare @content nvarchar(max) set @content = dbo.clr_AddParameter(null, 'From', 'TWILIO_PHONE') set @content = dbo.clr_AddParameter(@content, 'To', @Phone) set @content = dbo.clr_AddParameter(@content, 'Body', @Message) declare @response nvarchar(max), @returnCode int exec @returnCode = dbo.clr_WebPost @uri, @content, @response out, @userName = 'TWILIO_ACCOUNT', @password = 'TWILIO_PASSWORD' if @returnCode = 0 print 'Success: ' + @response else print 'Error: ' + @response end GO |
![]() |
↧
↧
SSMSBoost v3.0 Beta (for SSMS 2008,2012,2014,2016, 2017)
![]() |
↧
Edit top N rows - not working
↧
Bug in formatting
A minor bug in formatting. I have created a custom format for SQL statements. My settings in Settings\Formatting are <spaces> for everything. This works fine everywhere except for one place. In the following SQL statement: SELECT * FROM sys.tables WHERE object_id = 162099618 AND type_desc = 'USER_TABLE' before the "AND" in the "WHERE" part, SSMSBoost adds a tab instead of spaces. Tried with the latest version - 3.1.6458 |
![]() |
↧
↧
Bring back all the features under the Community License!
The explanation is not $$, The right word is "Resources". The project got bigger: -we support 6 different SSMS versions already - each version has own part of Source Code -add-in is packed with variety of features that we continue to add -we have more and more support questions or just questions from our users, that need to be answered. To process all of this you need time = Resources. I am sure that many of SSMSBoost users would NOT like to see this project fading or dying because of lack of our attention. (There are many abandoned projects on the web, that were good some days..) So, to assure continuous development and evolution we decided to appeal to our Pro users. Change of licensing is targeted to motivate Professionals to pay for the tool, they are using daily. If you look out for other tools (or toolkits with comparable functions), you will see, that our price considerably lower. We hope that price of 2 dinners should be reasonable for the tool that you use on daily basis for your work. Some people even write, that they cannot live without SSMBoost and I understand them, because this concerns me too: working in plain SSMS is like using notepad, instead of Notepad++ :) Enthusiasts can still use free edition, as far as it has still many useful functions, and even after every release full functionality is unlocked for next 30 days. We also offer free licenses for MVPs and active contributors: those who communicate with us and provide extensive feedback or help us complicated bugs. If someone thinks his abilities can help us in exchange for free license - you are welcome to contact us via support@. P.S. To keep forum threads focused on their main subject, I will delete a couple comments about licensing from non-relevant threads. If there is something to discuss about licensing model - we can do this in this topic. |
![]() |
↧
Feature Request: Query post execution action ideas
↧
Feature Request: Query post execution action ideas
↧
Bring back all the features under the Community License!
↧
↧
SSMSBoost v3.0 Beta (for SSMS 2008,2012,2014,2016, 2017)
↧
Bug: Script results as INSERT INTO schema.table
Well, there is a pretty simple universal function implemented, that asks for parameter name. If you open SSMSBoost Settings->Grid Scripting Templates-> (Template Name) and open Scripting Tab for {Rows} you will see following template: Code:
You see, that "Destination tablename" parameter is placed between brackets. You can modify template and remove the brackets: Code:
Now you will be responsible for placing brackets, if needed. You can even improve it and add "Schema" parameter, that will be asked as well: Code:
You have the control. |
![]() |
↧
Activation error
↧
Bring back all the features under the Community License!
↧
↧
Bring back all the features under the Community License!
↧
Bring back all the features under the Community License!
![]() |
↧
Edit top N rows - not working
I'm having the same issue (SSMS Boost v3.1.6458, SSMS "17.2" (14.0.17177.0 in SSMS > Help > About), Windows 7 SP1 Ultimate 64 bit) My table definitely has a primary key, and I can open it for editing by right-clicking, Edit Top 200 Rows in the SSMS Object Explorer. The exact error message from SSMS Boost is: "Unable to open specified object for editing it's data. Sorry, no magic. Only objects that can be opened for rows modification from Object Exolorer using the "Edit top N rows" can be opened by SSMSBoost EDIT command from SQL Editor." BTW - thank you for an outstanding product - if it was less expensive, I would not hesitate to buy a license. |
![]() |
↧
Edit top N rows - not working
↧
↧
Cannot send you an email
↧
Cannot send you an email
↧
Search
I've just started using the search function and it's great. Couple of things: (1) when the results are displayed could they be sorted alphabetically by Object name? I know you can sort by clicking the column heading but it would be great if it was pre-sorted (2) I've just been renaming some stored procedures and there doesn't seem to be an obvious way of refreshing the search results to take of the changed object names. Thanks David |
![]() |
↧