What is SSDT? Part 2 - More Reasons to Bother!
In part 1 of this series available here I introduced my drawing of what I think SSDT is and talked...
2016-01-06
16 reads
In part 1 of this series available here I introduced my drawing of what I think SSDT is and talked...
2016-01-06
16 reads
In part 1 of this series available here I introduced my drawing of what I think SSDT is and talked...
2016-01-06
40 reads
In part 1 of this series available here I introduced my drawing of what I think SSDT is and talked...
2016-01-06
1,177 reads
I often get asked the questions “What is SSDT” and I have wanted to have a single reference as to what it is as it is actually pretty big....
2016-01-05
3 reads
I often get asked the questions “What is SSDT” and I have wanted to have a single reference as to...
2016-01-05
48 reads
I often get asked the questions “What is SSDT” and I have wanted to have a single reference as to...
2016-01-05
63 reads
Failures happen with manual and automated releases, they are a fact of life. Make sure you know how and when to rollback failed deployments
2015-12-31
1,692 reads
You sometimes want to do things like split a table into two or move a column into another table and when you use SSDT or the compare / merge...
2015-12-30
3 reads
You sometimes want to do things like split a table into two or move a column into another table and...
2015-12-30
208 reads
You sometimes want to do things like split a table into two or move a column into another table and...
2015-12-30
218 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?