Building a Database DevOps Process at the Data Platform Summit 2017
I’m heading to India this August for the Data Platform Summit 2017. I am honored to have been selected to...
2017-03-21
673 reads
I’m heading to India this August for the Data Platform Summit 2017. I am honored to have been selected to...
2017-03-21
673 reads
The other afternoon I ran into some nightmarish debugging with the following code:
private static void StartThreads()
{
var values = new List<int>() { 1, 2, 3 };
...
2017-03-21
10 reads
I showed in my previous post how we generated the datasets for our Azure Data Factory pipelines. In this post, I’ll...
2017-03-21 (first published: 2017-03-10)
1,740 reads
Designing a rock solid application and database can be difficult. New features and overlapping features mean that you’re able to...
2017-03-21 (first published: 2017-03-03)
3,566 reads
About two years ago I wrote my first blog post.
About a year ago I paused my blogging activity. That’s when...
2017-03-21
302 reads
Please check out SQLShack.com for three articles on SSIS. I wrote them based on using the SSIS Catalog and Project...
2017-03-21
1,078 reads
This post is for all you up and coming data professionals out there. Over the course of the last week...
2017-03-21
496 reads
Well I suspect not however I suspect it will likely have a major impact. What has this got to do...
2017-03-21
517 reads
For this post I am going to talk about one of the methods I use to manage my Azure resources.
The...
2017-03-21
331 reads
Establishment of a successful business requires the proper maintenance of the data. SQL Server is one the popular platform for the same. In SQL Server, a proper strategy has...
2017-03-20
6 reads
By Zikato
I deployed a schema change to 30 servers using multi-server query and deploy-at-low-priority. Small...
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...
Hello We recently encountered an issue where a SQL table unexpectedly grew in size...
Comments posted to this topic are about the item The New World Of AI...
Thanks in advance, I'm trying to avoid using IIF for performance reasons, but the...
What does this return on SQL Server 2025?
select bit_count(null)See possible answers