Standing on the shoulders of giants.
 Tuesday, August 23, 2005

The easiest way on sql server 2000 is to change the collation on the column you want to do the search on:

ALTER TABLE dbo.Customers ALTER COLUMN CustID char(8) COLLATE SQL_Latin1_General_CP1_CS_AS NOT NULL

23 Aug 2005 18:32 W. Europe Daylight Time  #    Comments [1] - Trackback
Codesnippet | SQL

 Wednesday, August 25, 2004
Tim Sneath has the obvious answer: in reverse release order.
25 Aug 2004 00:47 W. Europe Daylight Time  #    Comments [0] - Trackback
SQL | Visual Studio 2005

 Saturday, February 21, 2004

Why bother with a best practice if a simple copy-paste is much faster. Migrating SQL server 2000 to a new machine.

21 Feb 2004 14:14 W. Europe Standard Time  #    Comments [0] - Trackback
SQL

Subscribe
About
newtelligence dasBlog 2.1.7309.765
Admin
All Content © Copyright 2008, Paul van Brenk
DasBlog theme 'Business' created by Christoph De Baene (delarou)