Keep your environments in-sync and your upgrade scripts fresh
Whether we use a tool to generate upgrade scripts or we write manual test scripts for database changes there are a few things that we should bear in mind...
2015-07-21
4 reads
Whether we use a tool to generate upgrade scripts or we write manual test scripts for database changes there are a few things that we should bear in mind...
2015-07-21
4 reads
When you use SSDT to deploy database changes you can include a pre/post deploy script which is run after the...
2015-07-20
1,439 reads
When you use SSDT to deploy database changes you can include a pre/post deploy script which is run after the...
2015-07-20
120 reads
When you use SSDT to deploy database changes you can include a pre/post deploy script which is run after the...
2015-07-20
82 reads
When you use SSDT to deploy database changes you can include a pre/post deploy script which is run after the...
2015-07-20
215 reads
When you use SSDT to deploy database changes you can include a pre/post deploy script which is run after the dacpac and database has been deployed. The process looks...
2015-07-20
2 reads
In the spirit of having apps that do just one thing I have put a really small .net app on...
2015-07-17
512 reads
In the spirit of having apps that do just one thing I have put a really small .net app on...
2015-07-17
29 reads
In the spirit of having apps that do just one thing I have put a really small .net app on...
2015-07-17
36 reads
In the spirit of having apps that do just one thing I have put a really small .net app on github that tries to create a connection to a...
2015-07-17
1 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....
Choosing the right Ophthalmologist in Dubai starts with checking credentials, experience with children, and...
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...
I run this code:
create database experiment
go
use Experiment
go
select DATABASEPROPERTYEX('Experiment', 'LastGoodCheckDbTime')
What is returned? See possible answers