Forum Replies Created

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

  • RE: SQL Server Management Studio's (SSMS) query results in grid mode is very slow on Windows 7 (64)

    Thank you Prasad!

    This was making me go insane. The update you posted was the specific fix I needed as I am using a HP computer. I also changed the...

  • RE: Encrypt All Stored procedures at once

    There are a couple of issues I found with the script Chris.

    1- If there was no BEGIN after the AS at the beginning of the SP then the WITH ENCRYPTION...

  • RE: Clustered Index Analyser

    Hi Dewes,

    I'll try and explain this in layman's terms, as these are the terms I understand.

    This issue is not uncommon I believe. Collation's describe the ordering of data within...

  • RE: Ansi Options Part 1 - ANSI_PADDING

    To my dismay, our company is also having problems dealing with this setting. Our company has been using ANSI Padding OFF as our standard (I'm not sure why, but it's...

  • RE: Tips to optimize your SQL statements

    Thanks for the great check list, but i also want to take some of your other advice that this doesn't substitute reading books and white papers on SQL Performance. Can...

  • RE: Clustered Index Analyser

    thisisfutile (3/11/2010)


    tamie.mcdonald (3/11/2010)


    Why would you cluster an index for an Identity column key?

    ...so wouldn't you want to cluster it around a logical key?

    I too have the same curiosity....

  • RE: Clustered Index Analyser

    Richard,

    Thanks for your constructive input; not including the schema was a definite flaw. Your suggestion for Table Row count has also improved performance on the database I'm using to test...

  • RE: Refreshing Views

    To answer your concerns Flavio, I agree the creation order of views needs to be explicit due to dependencies if one view does depend on another, but the order of...

  • RE: Documenting Database Code: Structured Headers

    The way we document database objects as well as any comments of SQL code changes is something we have recently changed at our organisation. I won't go into what we...

  • RE: Data Modelers - Alternatives to Erwin

    Thank guys. I stumbled over your forum and found that I have the exact same problem as Brandie. I needed a new Data Model app that could replace Erwin. I...

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