2011-12-16 (first published: 2007-12-27)
4,082 reads
2011-12-16 (first published: 2007-12-27)
4,082 reads
2005-09-28
1,448 reads
2005-04-25
1,344 reads
2005-01-20
1,268 reads
2004-12-09
1,395 reads
2004-10-07
1,425 reads
2004-10-06
1,436 reads
2004-10-01
1,656 reads
2004-09-30
1,411 reads
2004-09-27
1,957 reads
Every organization I talk to has the same problem dressed up in different clothes....
By DataOnWheels
I am delighted to host this month’s T-SQL Tuesday invitation. If you are new...
By alevyinroc
Ten years (and a couple jobs) ago, I wrote about naming default constraints to...
Comments posted to this topic are about the item The day-to-day pressures of a...
I am annoyed. We have a CMS server that has hundreds of servers saved...
Comments posted to this topic are about the item The Problem Isn't Always Your...
What happens when I run this code?
CREATE TABLE dbo.IdentityTest
(
id int IDENTITY(10) PRIMARY KEY,
somevalue VARCHAR(20)
)
GO
See possible answers