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
34 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
Composite projects in SSDT are a really useful way to logically split databases up while still being able to deploy...
2016-03-03
770 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
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...
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
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 you have tested the whole thing? Code coverage gives...
2016-01-13
6 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...
2016-01-13
54 reads
By Steve Jones
A customer was asking about tracking logins and logouts in Redgate Monitor. We don’t...
By Brian Kelley
Every year, the South Carolina State Internal Auditors Association and the South Carolina Midlands...
Data Céilí 2026 Call for Speakers is now live! Data Céilí (pronounced kay-lee), is...
Comments posted to this topic are about the item T-SQL in SQL Server 2025:...
Comments posted to this topic are about the item Your Value from a Conference
Comments posted to this topic are about the item UNISTR Basics
What does this code return in SQL Server 2025+? (assume the database has an appropriate collation)
SELECT UNISTR('Hello 4E16754C') AS 'A Classic';
A:
B:
See possible answers