Forum Replies Created

Viewing 15 posts - 46 through 60 (of 105 total)

  • RE: SQL Server Compression Ratio

    Nice and simple. Thanks.

  • RE: Performance of the stored procedure at different times during a day

    Well to help out a bit with trying to see what might be going on at the different times I would suggest the following or something similar.

    First have variables starttime...

  • RE: Testing Secondary database in Log Shipping

    You will need to rebuild log shipping from scratch. This is because of the .tuf file needs to be recreated and can only be done by sql server itself. Believe...

  • RE: Several indexes on the same field.

    Yes, I have experience with creating a nonclustered index with the same column as a clustered index. For example:

    table1 (col1, col2, col3, col4, text1, text2, text3, date1, date2)

    clustered index idx_clustered...

  • RE: Several indexes on the same field.

    One other advantage I have seen with having a clustered index on a specific column and then also have an non clustered index on the same column is that the...

  • RE: NOT BETWEEN

    I am a little surprised at the number of people that got this wrong. Maybe they read it wrong or looked at it too quickly. This is a straight back...

  • RE: Acronym factoid

    Had to think about it for a second, but nice simple question to start a long week.

  • RE: VIEWS 3

    dawryn (3/20/2012)


    Koen Verbeeck (3/20/2012)


    That is the space for the CREATE VIEW statement. That is stored in the sys.sql_modules catalog view. What I'm going after is that extra information is also...

  • RE: ROWLOCK Escalation

    Gail I liked your explaination as I have read about this several times. I am having to go through one of our databases to clean up performance left in the...

  • RE: Looping

    Thanks for the back to basics counter question. Especially on New iPad/New Apple TV release day!

  • RE: Not In

    Dang it. Should have thought about this one a little more. Good question.

  • RE: Arithmetic 1

    Nice question that I think most of have run into at some point by accident. Thanks.

  • RE: Object_Id 1

    Needed a simple one today. Thanks for the question.

  • RE: T-SQL Performance 1

    bitbucket-25253 (2/17/2012)


    SQL Kiwi (2/17/2012)


    Cliff Jones (2/17/2012)


    Interesting but I don't think I want my developers to discover the FORCESEEK hint.

    This is completely the wrong approach, in my opinion. I prefer...

  • RE: T-SQL Performance 1

    I like it. I ran into this exact same issue when tuning some users queries.

    It is a little interesting how poorly this implicit conversion performs since most all data...

Viewing 15 posts - 46 through 60 (of 105 total)