Session Resources for: Visual Design Tips for Power BI & SSRS 2016+
Yesterday I did a session for Idera’s Geek Sync series called “Visual Design Tips for Power BI & SSRS 2016+”. In the session, I called out a bunch of...
2017-08-17
18 reads
Yesterday I did a session for Idera’s Geek Sync series called “Visual Design Tips for Power BI & SSRS 2016+”. In the session, I called out a bunch of...
2017-08-17
18 reads
Yesterday I did a session for Idera’s Geek Sync series called “Visual Design Tips for Power BI & SSRS 2016+”. In the session, I called out a bunch of...
2017-08-17
19 reads
SQL Cover is a tool to measure code coverage in T-SQL. This will tell you how much of your database...
2017-08-17
61 reads
SQL Cover is a tool to measure code coverage in T-SQL. This will tell you how much of your database...
2017-08-17
68 reads
SQL Cover is a tool to measure code coverage in T-SQL. This will tell you how much of your database code your unit tests are exercising.
You can read more...
2017-08-17
31 reads
What is the SSDT Dev Pack It is basically a collection of tools that I find make developing in for...
2017-08-17
96 reads
What is the SSDT Dev Pack It is basically a collection of tools that I find make developing in for...
2017-08-17
60 reads
What is the SSDT Dev Pack It is basically a collection of tools that I find make developing in for SQL Server in SSDT better or easier. I will...
2017-08-17
25 reads
While working on an enhancement to dbatools, I had a need to stash a local copy of a file downloaded from the internet, but in a safe place that...
2017-08-17
15 reads
Please visit SQLShack.com for new articles on many facets of SQL Server. I have been trying my best to document...
2017-08-16
745 reads
Fabric deployment pipelines look like they solve CI/CD for Fabric content, especially for people...
By Steve Jones
We aren’t the only company that does this, but Redgate Software does try to...
By James Serra
Microsoft Fabric makes it wonderfully easy to put many analytics workloads on one platform....
Thanks in advance, I'm trying to avoid using IIF for performance reasons, but the...
Security has long been a problem for me. Every time I think I understand...
Comments posted to this topic are about the item BIT_COUNT() V
What does this return on SQL Server 2025?
select bit_count(null)See possible answers