Post Deploy Scripts In Composite Dacpacs not deploying
Composite projects in SSDT are a really useful way to logically split databases up while still being able to deploy...
2016-03-03
35 reads
Composite projects in SSDT are a really useful way to logically split databases up while still being able to deploy...
2016-03-03
35 reads
Composite projects in SSDT are a really useful way to logically split databases up while still being able to deploy into a database as a whole. Even if you...
2016-03-03
5 reads
I have been pretty busy over january and the first half of feburary and haven't had time to write any...
2016-02-16
474 reads
I have been pretty busy over january and the first half of feburary and haven’t had time to write any...
2016-02-16
43 reads
I have been pretty busy over january and the first half of feburary and haven’t had time to write any...
2016-02-16
51 reads
I have been pretty busy over january and the first half of feburary and haven't had time to write any blogs, I did have an article on simple talk...
2016-02-16
4 reads
Code Coverage
What is code coverage?
When you write some code and then test it, how sure are you that you have...
2016-01-22 (first published: 2016-01-13)
2,065 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
Code Coverage What is code coverage? When you write some code and then test it, how sure are you that you have tested the whole thing? Code coverage gives...
2016-01-13
6 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?