What is SSDT all about aka Why should I bother?
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
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
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
You sometimes want to do things like split a table into two or move a column into another table and...
2015-12-30
1,213 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
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
I love writing c# code using visual studio and resharper, it is a really nice experience and resharper does a...
2015-12-10
746 reads
I love writing c# code using visual studio and resharper, it is a really nice experience and resharper does a...
2015-12-10
37 reads
I love writing c# code using visual studio and resharper, it is a really nice experience and resharper does a...
2015-12-10
38 reads
I love writing c# code using visual studio and resharper, it is a really nice experience and resharper does a lot of boiler plate stuff and offers re-writes for...
2015-12-10
4 reads
By Steve Jones
This was Redgate in 2010, spread across the globe. First the EU/US Here’s Asia...
By John
Today is Christmas and while I do not expect anybody to actual be reading...
By Bert Wagner
Until recently, my family's 90,000+ photos have been hidden away in the depths of...
Comments posted to this topic are about the item UNISTR Escape
Comments posted to this topic are about the item Celebrating Tomorrow
Comments posted to this topic are about the item SQL Art: I Made a...
In SQL Server 2025, I run this command:
SELECT UNISTR('*3041*308A*304C\3068 and good night', '*') as "A Classic";
What is returned? (assume the database has an appropriate collation)
A:
B:
C:
See possible answers