Bring back all the features under the Community License!
I love this extension and as other have said, I too find it's price a bit steep, even if I understand the move.But my biggest issue if I buy it would be the license being tied to the domain login.I...
View ArticleEdit top N rows - not working
This is urgent. I only bought this tool so I could edit NVARCHAR(MAX) columns with large amounts of text (SQL scripts). Please fix and patch ASAP, or I want my money back.Is there any temporary...
View ArticleSSMS 17.3 : Locate object in Object Explorer not working
After searching, the problem doesn't come from Ssmsboost but from Ssms.I'm using Sql Server 2005, and since version 17.3 there is a problem with. (For more information)If I use a newer Sql Server with...
View ArticleCreate or Alter Procedure Block Auto Replace
I use this auto replace typing "cora" when creating a new stored procedure so that it creates the procedure if it doesn't exist and alters it if it does.Code:IF OBJECT_ID('<object name, sysname,...
View ArticleAuto replace for lastyear
Create an auto replace for "lastyear"Code:DATEADD(YY,-1,GETDATE())
View ArticleAuto replace for creating a merge using 2 table names
Code:MERGE <targettable, sysname, table> AS TARGET USING <sourcetable, sysname, table> AS SOURCE ON ( TARGET.<targetjoin, sysname, column> = SOURCE.<sourcejoin, sysname, column>...
View ArticleInsert commented step block for simple coding
I use this to keep my procedural code clean.If someone has any ideas on making this cleaner, feel free to post a refinement below.Code:-- ********************************** Step #...
View ArticleAuto Replace for complete update statement
Code:update <tablename, sysname, table> set <columnname, sysname, column> = '#' where <condition, sysname, 1=1>
View ArticleCreate a new title block for code commenting
Code:-- ******************************* Script Information ***************************-- -- ******************************************************************************-- --...
View ArticleBring back all the features under the Community License!
Like many others, I'll be uninstalling SSMSBoost after using it daily for around 3 years. Sure the developers want to be paid for their work and I totally understand that, but the fact of the matter...
View ArticleVATID issues when buying Pro licneces
I am in the UK and trying to purchase a couple of Pro licences. A UK VAT code is 9 digits long but when entered in the VATID field the site says "Specified VAT ID does not match the country you have...
View ArticleSSMS 17.3 : Some functions not working with SQL SERVER 2005 (Solved: due to...
Thank you for reporting and figuring out.I have edited a head post title a bit. If Microsoft is not supporting SQL 2005 fully in SSMS 17.3 anymore maybe it is reasonable to stay with SSMS 2008R2...
View ArticleEdit top N rows - not working
I am hearing the sound of crickets chirping in the night. Please indicate availability date or provide a usable workaround ASAP.
View ArticleBring back all the features under the Community License!
I totally agree with other guys that $0 useless version or $150 for a very useful but not a live saving tool is a tough choice.I am writing as one of the people who has bought or otherwise...
View ArticleConnection could not be set
Hi there.Just would like to report this. The functionality works, but for some reason (this doesn't happen all the time - i haven't figured out the pattern yet) it gives an error of "Connection could...
View ArticleConnection could not be set
Looks like it happens when i connect to SQL 2008 and 2012 instances, but with SQL 2005 instances it doesn't give the error. (In case this makes a difference in the bug search)
View ArticleBring back all the features under the Community License!
After using this great tool, and telling all of my fellow data-management friends about it, I was sad to see what looked like a bug, turn out to be a "surprise" functionality change. I think the forum...
View ArticleBring back all the features under the Community License!
Um, $150 to be able to copy headers? Nah, I'll just type them out!
View Articleset as active connection - DISABLED ?
It happened suddenly. don't know whySSMS2014 - The picture say it all : https://i.imgur.com/X1BC9PV.jpg
View Article