Forum Replies Created

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

  • RE: Licensing

    I had already reviewed the SQL Server licensing info on the MS web site. However, what it doesn't answer is if a Windows 2000 Server CAL is also required (thus...

  • RE: Worst Practices - Not Using Primary Keys and Clustered Indexes

    -- PRIMARY KEY - don't CREATE TABLE without it. Doesn't matter how temp it is. Even in-memory table variables.

    -- IDENTITY - a wonderful alternative to 200+ byte PKs that aren't...

  • RE: Version Control for Stored Procedures

    Good article! I was "forced" to start doing this when I needed to modify the parameters (interface) on procs for a new version of a UI. Without a staging server...

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