T-SQL Code Coverage in SSDT using the SSDT Dev Pack
Code Coverage What is code coverage? When you write some code and then test it, how sure are you that...
2016-01-13
55 reads
Code Coverage What is code coverage? When you write some code and then test it, how sure are you that...
2016-01-13
55 reads
Code Coverage What is code coverage? When you write some code and then test it, how sure are you that...
2016-01-13
69 reads
I often get asked the questions “What is SSDT" and I have wanted to have a single reference as to...
2016-01-11 (first published: 2016-01-05)
4,175 reads
In the final part of this 3 part series on what SSDT actually is I am going to talk about the documented API. What I mean by documented is...
2016-01-07
3 reads
In the final part of this 3 part series on what SSDT actually is I am going to talk about...
2016-01-07
45 reads
In the final part of this 3 part series on what SSDT actually is I am going to talk about...
2016-01-07
52 reads
In the final part of this 3 part series on what SSDT actually is I am going to talk about...
2016-01-07
32 reads
In the final part of this 3 part series on what SSDT actually is I am going to talk about...
2016-01-07
871 reads
In part 1 of this series available here I introduced my drawing of what I think SSDT is and talked about the first major category the development ide and...
2016-01-06
2 reads
In part 1 of this series available here I introduced my drawing of what I think SSDT is and talked...
2016-01-06
30 reads
By Steve Jones
on tenderhooks – adj. feeling the primal satisfaction of being needed by someone, which...
By DataOnWheels
I have been active in the data community throughout my career. I have met...
By Vinay Thakur
Quick Summary for Microsoft SQL Server till 2025, I am fortunate to be part...
hi, in an ssis for each loop over an object variable called MyListVariable, i...
SQL Server is typically viewed as a transactional or analytical database engine. However, it...
Hello, Is there a way in Azure SQL Database to change the 'Blocking Process...
On SQL Server 2025, when I run this, what is returned?
SELECT EDIT_DISTANCE_SIMILARITY('SQL Server', 'MySQL') See possible answers