Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: NOT SELECT DISTINCT

    Try This:

    Select <columns to check>

    From <table name>

    Group By <columns to check>

    Having count(*) > 1

    Eric

  • RE: Clustered Primary Keys vs Clustered Indexes

    According to Inside SQL Server 2000 by Kalen Delaney (p 410): "In terms of storage and maintenance of indexes, there is no difference between unique indexes created using the Create...

Viewing 2 posts - 1 through 2 (of 2 total)