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
54 reads
Code Coverage What is code coverage? When you write some code and then test it, how sure are you that...
2016-01-13
54 reads
Code Coverage What is code coverage? When you write some code and then test it, how sure are you that...
2016-01-13
68 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,126 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
2 reads
In the final part of this 3 part series on what SSDT actually is I am going to talk about...
2016-01-07
44 reads
In the final part of this 3 part series on what SSDT actually is I am going to talk about...
2016-01-07
51 reads
In the final part of this 3 part series on what SSDT actually is I am going to talk about...
2016-01-07
31 reads
In the final part of this 3 part series on what SSDT actually is I am going to talk about...
2016-01-07
870 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
1 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 Ed Elliott
Running tSQLt unit tests is great from Visual Studio but my development workflow...
By James Serra
I remember a meeting where a client’s CEO leaned in and asked me, “So,...
By Brian Kelley
If you want to learn better, pause more in your learning to intentionally review.
Comments posted to this topic are about the item The Long Name
Comments posted to this topic are about the item Eight Minutes
Comments posted to this topic are about the item T-SQL in SQL Server 2025:...
I run this code to create a table:
When I check the length, I get these results:
A table name is limited to 128 characters. How does this work?