Creative SPAM
SPAM permeates all aspects of our lives. Steve Jones takes a poll today about which messages might have caught your eye.
SPAM permeates all aspects of our lives. Steve Jones takes a poll today about which messages might have caught your eye.
SPAM permeates all aspects of our lives. Steve Jones takes a poll today about which messages might have caught your eye.
Part 20 of the "SqlCredit – Developing a Complete SQL Server OLTP Database Project" examines SQL 2005’s NTILE() and ROW_NUMBER() Ranking Functions.
To illustrate the great possibilities of Systems Center Operations Manager 2007, Thomas shows how to create a Custom Monitor for SQL Agent Jobs, and concludes that Operations Manager is nothing more than a big tinker set.
Steve Jones talks about starting your own business and some of the challenges and advantages.
Exporting data from your database and building reports is easy with Reporting Services, but sometimes you need to use other sources
A new SQL Server user group is starting up in Luxembourg. Be sure you read this if you are in the area and want to participate.
How do you handle this error? "Cannot create index on view, because the view is not schema bound".
This article describes how to work with large objects in SQL Server using the MAX Specifier
Who is responsible for Service Pack testing? Ultimately it's Microsoft, but Steve Jones reminds us we make a difference as well.
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