blogs.conchango.com
welcome to the
conchango
blogging site
Welcome to blogs.conchango.com
Sign in
|
Join
|
Help
in
Claypole's World - The SQL Server Side
(Entire Site)
Search
Blogs
Claypole's World - The SQL Server Side
Concerning development of bespoke applications and database administration.
Browse by Tags
All Tags
»
Database Develo...
»
T-SQL
(RSS)
Database Edition
Datadude
SQL
SQL Server
SQL Server 2005
Team Edition for Database Professionals
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
|
3 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
|
1 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
SQLBits III - Registration is open!!!
ISNULL() <> COALESCE(). Discuss.
Here and Now()
Getting rid of Getdate()...
SQL Server Database Recovery Model: How do you set yours?
Tags
.NET
Agile
Availability
BI
Business Intelligence
Community
Database Administration
Database Development
Database Edition
Database Unit Test
Datadude
DTS
Enterprise Edition
hotfix
I/O
Performance Point
post sp2 cumulative package
Security
sp2
Spatial Data
SQL
SQL Server
SQL Server 2000
SQL Server 2005
SQL Server 2008
SQL Server Integration Services
SQLBITS
SSIS
Team Edition for Database Professionals
T-SQL
UK SQL Server User Group
Upgrading SQL Server
News
Archives
July 2008 (16)
June 2008 (1)
April 2008 (1)
March 2008 (5)
May 2007 (4)
April 2007 (1)
March 2007 (1)
February 2007 (1)
© 2008 - Any comments or statements made herein do not necessarily reflect those of Conchango.