2010-09-06
326 reads
2010-09-06
326 reads
2010-09-06
326 reads
2010-09-06
340 reads
I know I was one of the more vocal ones these past two years when the set of nominees were...
2010-09-06
881 reads
For those of you whose BI projects never resemble your prom night (never getting past first base), it’s probably time...
2010-09-06
221 reads
I was asked by someone the other day, where do you get your drive and motivation? For a second, I...
2010-09-06
648 reads
This week we’re highlighting a new whitepaper on Configuring Kerberos Authentication for Microsoft SharePoint 2010 Products. It’s written by Tom...
2010-09-06
804 reads
Hey folks,
It's whitepaper Wednesday again and this week we're talking about "Introducing Microsoft StreamInsight" by: Torsten Grabs, Roman Schindlauer, Ramkumar...
2010-09-06
855 reads
Hey folks,
With high availability being so “high” on everyone’s list mirroring is a hot topic. This article by Sanjay Mishra...
2010-09-06
204 reads
People have been screaming from rooftops for a month now about the PASS election process, ever since a beloved member...
2010-09-03
965 reads
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