Forum Replies Created

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

  • RE: A Look at GUIDs

    I don't add to each real table.  I only add them to table variables when I need to do additional work on the data.  The ORDER BY clause would work...

  • RE: A Look at GUIDs

    I never use GUID's as primary keys.  However, I have found them very useful in the following scenario.  Because the generated numbers are essentially random and unique, whenever I need...

  • RE: Worst Practices - Objects Not Owned by DBO

    If you want a good example, here it is.  Not having dbo. prepended to stored procedures when calling through ADO.NET, leads to placing a COMPILE lock on the stored procedure.  We...

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