What is code coverage for?
Code coverage gives you an indication of how well tested a particular area is. It is not a measure of...
2016-04-11
441 reads
Code coverage gives you an indication of how well tested a particular area is. It is not a measure of...
2016-04-11
441 reads
Code coverage gives you an indication of how well tested a particular area is. It is not a measure of...
2016-04-11
41 reads
Code coverage gives you an indication of how well tested a particular area is. It is not a measure of...
2016-04-11
39 reads
Code coverage gives you an indication of how well tested a particular area is. It is not a measure of code quality and having a statement covered by a...
2016-04-11
4 reads
Open Source code coverage tool for T-SQL, SQL Server 2008+
What is code coverage?
Code coverage is a way to see how...
2016-04-13 (first published: 2016-04-08)
4,356 reads
Open Source code coverage tool for T-SQL, SQL Server 2008+
What is code coverage? Code coverage is a way to see...
2016-04-08
43 reads
Open Source code coverage tool for T-SQL, SQL Server 2008+
What is code coverage? Code coverage is a way to see...
2016-04-08
43 reads
Open Source code coverage tool for T-SQL, SQL Server 2008+
What is code coverage? Code coverage is a way to see how many statements in your database code have been...
2016-04-08
6 reads
Composite projects in SSDT are a really useful way to logically split databases up while still being able to deploy...
2016-03-03
772 reads
Composite projects in SSDT are a really useful way to logically split databases up while still being able to deploy...
2016-03-03
34 reads
By Steve Jones
AI is a big deal in 2026, and at Redgate, we’re experimenting with how...
By Steve Jones
Another of our values: The facing page has this quote: “We admire people who...
By Ed Elliott
Running tSQLt unit tests is great from Visual Studio but my development workflow...
Comments posted to this topic are about the item No Defaults Passwords Ever
Hi, We have low latency high volume system. I have a table having 3...
Comments posted to this topic are about the item The Long Name
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?