A reference implementation of a continuous integration pipeline for legacy SQL Server databases
What am I doing? Creating a publically available version of the adventureworks 2012 oltp database but by putting it under...
2015-06-10
41 reads
What am I doing? Creating a publically available version of the adventureworks 2012 oltp database but by putting it under...
2015-06-10
41 reads
What am I doing? Creating a publically available version of the adventureworks 2012 oltp database but by putting it under source control, implementing unit tests and improving the design...
2015-06-09
3 reads
I see the same question again and again "I am using SSDT but it takes a long time to publish...
2015-06-02
6,352 reads
I see the same question again and again “I am using SSDT but it takes a long time to publish...
2015-06-02
46 reads
I see the same question again and again “I am using SSDT but it takes a long time to publish...
2015-06-02
35 reads
I see the same question again and again “I am using SSDT but it takes a long time to publish changes, how do I make it faster?” or the...
2015-06-02
I have put the code for MergeUi on github now:
https://github.com/GoEddie/MergeUi
That is all.
Tags: MergeUI
2015-05-21
526 reads
I have put the code for MergeUi on github now:
https://github.com/GoEddie/MergeUi
That is all.
2015-05-21
51 reads
I have put the code for MergeUi on github now:
https://github.com/GoEddie/MergeUi
That is all.
2015-05-21
49 reads
I have put the code for MergeUi on github now:
https://github.com/GoEddie/MergeUi
That is all.
2015-05-21
2 reads
By Chris Yates
I get asked a lot about why or how I began working with databases...
By Steve Jones
Earlier this year I visited a customer that was using the Redgate Monitor webhook...
By Zikato
TSQL ScriptDOM is a useful library for parsing scripts into an abstract syntax tree....
Comments posted to this topic are about the item SQL Server 2025 Unveiled: The...
Hi, we lost our sever sql2000 To restore database to a new one we...
Comments posted to this topic are about the item Do You Really Need HA?
I run this code:
create database experiment
go
use Experiment
go
select DATABASEPROPERTYEX('Experiment', 'LastGoodCheckDbTime')
What is returned? See possible answers