Data Comparison with Data Dude
In this article Dinesh Priyankara shows how Visual Studio Team Edition for Database Professionals can be used to perform data comparison.
In this article Dinesh Priyankara shows how Visual Studio Team Edition for Database Professionals can be used to perform data comparison.
More and more companies are looking to use social software, like Facebook, to link employees, but is this a good thing?
More and more companies are looking to use social software, like Facebook, to link employees, but is this a good thing?
More and more companies are looking to use social software, like Facebook, to link employees, but is this a good thing?
In our organization, I have noticed that database requirements are never included as a portion of the system requirements. The requirements always focus on the interface and we derive the database design from the interface as well as fill in some of the gaps.
This article is to discuss a number of important cluster Group and Resource properties that have significant impact on failover behaviors.
How disruptive is the annual college basketball tournament to work? Steve Jones doesn't think it's a problem.
This article examines one of the T-SQL changes coming in SQL Server 2008: The hierarchyID.
Jambu Krishnamurthy brings us a look at the various options you have available with views and some of the techniques you can use to build a better database by incorporating them in your design.
Coming up with ways to do things automatically with software can be a boon to productivity, but not every idea is a good one.
By alevyinroc
Ten years (and a couple jobs) ago, I wrote about naming default constraints to...
By Steve Jones
We have multiple teams (8) working on Redgate Monitor. Some work on the Standard...
By HeyMo0sh
Learning any kind of theory is easy, but adapting FinOps and watching it rescue...
Comments posted to this topic are about the item The day-to-day pressures of a...
Comments posted to this topic are about the item The Problem Isn't Always Your...
Comments posted to this topic are about the item Identity Defaults
What happens when I run this code?
CREATE TABLE dbo.IdentityTest
(
id int IDENTITY(10) PRIMARY KEY,
somevalue VARCHAR(20)
)
GO
See possible answers