MergUi 0.1.9
What is MergeUi?
A Visual Studio Addin to create and edit MERGE statements in SSDT projects.
What have you done?
I have released...
2015-05-20
569 reads
What is MergeUi?
A Visual Studio Addin to create and edit MERGE statements in SSDT projects.
What have you done?
I have released...
2015-05-20
569 reads
What is MergeUi? A Visual Studio Addin to create and edit MERGE statements in SSDT projects.
What have you done? I...
2015-05-20
63 reads
What is MergeUi? A Visual Studio Addin to create and edit MERGE statements in SSDT projects.
What have you done? I...
2015-05-20
42 reads
What is MergeUi? A Visual Studio Addin to create and edit MERGE statements in SSDT projects.
What have you done? I have released a new version of MergeUi, thanks to...
2015-05-20
1 reads
Hopefully this should put the ORM debate to bed, either use an ORM or don't but please don't access tables...
2015-05-20
544 reads
Hopefully this should put the ORM debate to bed, either use an ORM or don’t but please don’t access tables...
2015-05-20
52 reads
Hopefully this should put the ORM debate to bed, either use an ORM or don’t but please don’t access tables...
2015-05-20
40 reads
Hopefully this should put the ORM debate to bed, either use an ORM or don't but please don't access tables directly…
There are obviously reasons behind all of this but...
2015-05-20
1 reads
When you deploy your Sql Server code, there are two approaches, there is the manual way and the automated "compare...
2015-04-27
576 reads
When you deploy your Sql Server code, there are two approaches, there is the manual way and the automated “compare...
2015-04-27
66 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