Home Forums SQL Server 7,2000 General Using the ROWGUIDCOL attribute on primary key RE: Using the ROWGUIDCOL attribute on primary key

  • My first response is why in the world are you using guids on "all tables" for a primary key?

    Assuming you have your reasons... The ROWGUIDCOL property doesn't really add much, other than you can add to the overall confusion by referencing the column by using "ROWGUIDCOL" instead of the actual column name in your queries, but it doesn't hurt either. 

    /*****************

    If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek

    *****************/