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 into a database as a whole. Even if you...
2016-03-03
5 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
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
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
773 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
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
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
By Steve Jones
It was neat to stumble on this in the book, a piece by me,...
Forgive me for the title. Mentally I’m 12. When I started my current day...
By Steve Jones
One of the things a customer asked recently about Redgate Data Modeler was how...
Comments posted to this topic are about the item Expanding into Print
Comments posted to this topic are about the item Downtime Caused by the Postgres...
Comments posted to this topic are about the item The String Distance I
In SQL Server 2025, what is returned by this code:
SELECT EDIT_DISTANCE('Steve', 'Stan')
Assume preview features are enabled. See possible answers