Blogs
Welcome to EMC Consulting Blogs
Sign in
|
Join
|
Help
Welcome to
EMC Consulting Blogs
Claypole's World - The SQL Server Side
Concerning development of bespoke applications and database administration.
Browse by Tags
All Tags
»
T-SQL
(RSS)
Database Development
Database Edition
Datadude
Performance Tuning
SQL
SQL Server
SQL Server 2005
SQL Server 2008
Team Edition for Database Professionals
Calculating the ROI of DRY SQL vs FLY SQL
My colleague Jamie Thomson posted an intriguing article on DRY SQL which you can read all about here . It raised a number of questions for me so I thought I’d post my own response to it. Here is a list of some of these questions that sprung to
Read More...
Posted
15 July 2009 16:53
by
James.Rowland-Jones
|
2 Comments
Filed under:
Database Development
,
SQL Server
,
SQL Server 2008
,
T-SQL
,
Performance Tuning
ISNULL() <> COALESCE(). Discuss.
Crikey. That title sounds like an essay I had to write when I was at school and that was a long time ago... Jamie Thomson raised an important point in a comment on a blog I posted yesterday entitled " Getting rid of getdate() ".
Read More...
Posted
18 July 2008 10:30
by
James.Rowland-Jones
|
4 Comments
Filed under:
Database Development
,
SQL Server
,
T-SQL
Getting rid of Getdate()...
Ok I admit - I use it. Pretty much everyone I know uses it and yet I feel dirty when I do. Why? Well it's not portable SQL and most certainly not ANSI standard. I need to get the datetime I hear you say. How do I do this without getdate()?
Read More...
Posted
17 July 2008 10:32
by
James.Rowland-Jones
|
3 Comments
Filed under:
Database Development
,
SQL Server
,
SQL
,
T-SQL
Using a Bitmask - a practical example
A colleague of mine asked for a simple example to get him up and running with the basics of bitmasking. Since I had gone to the effort to create the example I thought I might as well blog it :o). This example uses the logical AND operator &.
Read More...
Posted
04 July 2008 23:28
by
James.Rowland-Jones
|
4 Comments
Filed under:
Database Development
,
SQL Server
,
SQL
,
T-SQL
T-SQL IDENTITY : Fun and Games with DBCC CHECKIDENT
This issue caught me out today whilst putting together some build scripts for reference data. So I thought I’d share it. USE [tempdb] GO CREATE TABLE [dbo].[Table_1]( [Col1] [int] IDENTITY(1,1) NOT NULL,
Read More...
Posted
03 July 2008 18:26
by
James.Rowland-Jones
|
0 Comments
Filed under:
SQL Server 2005
,
Database Development
,
Team Edition for Database Professionals
,
Datadude
,
Database Edition
,
SQL
,
T-SQL
This Blog
Home
About
Email
Links
Syndication
RSS 2.0
Atom 1.0
Recent Posts
Denali : Using EXECUTE WITH RESULT SETS (example using SSIS Source Adaptors)
Focus on Fast Track : My SQLBits VI Presentation
Focus on Fast Track : Understanding the –E Startup Parameter
Enabling SQL Server Start-up Parameters – A Couple of Pitfalls
Last Call for SQLSocial London Event 16th March 2010 : Meet Itzik Ben-Gan, Greg Low, Davide Mauri &
Tags
.NET
Agile
Availability
BI
Bitmask
Business Intelligence
Community
Data Warehousing
Database Administration
Database Development
Database Edition
Database Unit Test
Datadude
Denali
DTS
Enterprise Edition
Fast Track Data Warehousing
hotfix
How It Works
I/O
Monitoring
New SQL Book
PASS
Performance Point
Performance Tuning
post sp2 cumulative package
Replication
Security
sp2
Spatial Data
SQL
SQL Server
SQL Server 2000
SQL Server 2005
SQL Server 2008
SQL Server 2008 R2
SQL Server Integration Services
SQL Server Internals
SQLBITS
SSIS
Startup Parameters
Team Edition for Database Professionals
T-SQL
UK SQL Server User Group
Upgrading SQL Server
News
Archives
November 2010 (1)
April 2010 (3)
March 2010 (1)
November 2009 (5)
October 2009 (1)
August 2009 (2)
July 2009 (3)
June 2009 (3)
May 2009 (2)
March 2009 (1)
February 2009 (3)
October 2008 (2)
July 2008 (16)
June 2008 (1)
April 2008 (1)
March 2008 (5)
May 2007 (4)
April 2007 (1)
March 2007 (1)
February 2007 (1)
EMC2, EMC, and where information lives are registered trademarks of EMC Corporation.
All other trademarks used herein are the property of their respective owners.
© Copyright 2009 EMC Corporation. All rights reserved.