Archives for: September 2007, 15

09/15/07

  12:01:28 am, by Nimble   , 164 words  
Categories: Programming

SQL Server 2000 Gotcha With Uniqueidentifiers

If you're considering using uniqueidentifiers on your tables, particularly as primary keys, then you might want to upgrade your SQL Server or just check your SQL carefully if you're still running SQL Server 2000. In particular, doing a COUNT(field) on… more »