Viewing 15 posts - 1 through 15 (of 109 total)
In the past few months I was working on SSMS Lizard which is also productivity extension, but different than extensions mentioned here. Would you please consider adding it to...
August 21, 2020 at 8:04 pm
Hi, Steve. Thanks for article.
But first variant with pure Export-Csv approach is useless due to quoting all values for all fields (for powershell 7 you has QuoteFields parameter but you...
January 17, 2020 at 2:19 pm
I'd write it like this:
IF @X = 1 BEGIN
RETURN 'xyz';
END
ELSE BEGIN
RETURN 'abc';
END;
Indeed preferable, since it should prevent errors like:
December 26, 2019 at 2:17 pm
Good work. I'd like to suggest a few additions with regard to your examples:
December 15, 2019 at 12:16 am
The entire plural column is 'no' including temporal tables. If tables are collections of rows then they should be plural, no? If the table name is 'orders' then one...
December 10, 2019 at 8:11 pm
This is a helpful article with a lot of useful tips and documentation to support those tips.
One thing I noticed missing is location of creating temporary tables in stored...
December 10, 2019 at 8:02 pm
As mentioned by Jeff tbl-ing is really setting up an environment for bad things. What happens when you have a table tblEmployee and you need to make some changes...
December 10, 2019 at 7:57 pm
Well, I got to the first line of the article "Database UPPERCASE". I just wondered why you should have a database in uppercase? What if it consisted of 2...
December 10, 2019 at 7:53 pm
On the subject of the article itself, thanks for taking the time to put something so extensive together.
As you said, though... "The recommendations in this article are not the...
December 10, 2019 at 7:42 pm
I hate the way this site does NOT handle tables. I have a screen wide enough to display the whole table but it's still formatted super narrow so someone...
December 10, 2019 at 7:30 pm
Hi, thank for suggestion, added: https://github.com/ktaranov/sqlserver-kit/blob/master/Utilities/README.md#erbuilder%5B/quote%5D
Hi, Thank you for your efforts,
about ERBuilder, they recently launched 3 new editions (starter, pro, and enterprise) with price starting at...
December 6, 2019 at 12:06 pm
Thanks! Just add star in github and if you have a question about SQL Server - open issue or create pull request.
December 5, 2019 at 3:09 pm
Hi, Marius.
Thanks for suggestion but for scripts (not tools and utilities) i use section Open Source project in main README.md file and your repo already here: https://github.com/ktaranov/sqlserver-kit#open-source
December 5, 2019 at 3:08 pm
Hi, thank for suggestion, added: https://github.com/ktaranov/sqlserver-kit/blob/master/Utilities/README.md#erbuilder
December 5, 2019 at 3:00 pm
One more TF from Microsoft support (SQL Server 2012):
833 - disables superlatch
Needs SQL Services restart.
Added, great thanks for new undocumented flag (just 2 flags left for 600).
https://github.com/ktaranov/sqlserver-kit/blob/master/SQL%20Server%20Trace%20Flag.md#833
September 17, 2019 at 12:59 pm
Viewing 15 posts - 1 through 15 (of 109 total)