Forum Replies Created

Viewing 15 posts - 61 through 75 (of 144 total)

  • RE: Understanding CASE processing

    Great. Thanks for clearing that up for me.



    For better, quicker answers on T-SQL questions, read Jeff Moden's suggestions.[/url]

    "Million-to-one chances crop up nine times out of ten." ― Terry Pratchett, Mort

  • RE: Understanding CASE processing

    Then which values are best used for comparing queries?

    SET STATISTICS IO ON & SET STATISTICS TIME ON?

    Using IF statements also seems to generate 1 plan. Is this what you wish...



    For better, quicker answers on T-SQL questions, read Jeff Moden's suggestions.[/url]

    "Million-to-one chances crop up nine times out of ten." ― Terry Pratchett, Mort

  • RE: Indexed view CI chosen of table CI. Why?

    Thanks for your input guys.

    @Grant,

    In our case we are using an indexed view only so that we can replicate it to the products table in another database. If...



    For better, quicker answers on T-SQL questions, read Jeff Moden's suggestions.[/url]

    "Million-to-one chances crop up nine times out of ten." ― Terry Pratchett, Mort

  • RE: Understanding CASE processing

    Hi,

    Thanks for the explaination.

    So I don't need to worry about a big performance hit?

    Just need to remove the extra WHEN THEN ELSEs when tuning so that the results are more...



    For better, quicker answers on T-SQL questions, read Jeff Moden's suggestions.[/url]

    "Million-to-one chances crop up nine times out of ten." ― Terry Pratchett, Mort

  • RE: FOR XML PATH with multiple attributes in child nodes.

    Thanks Mark !! Works a charm!



    For better, quicker answers on T-SQL questions, read Jeff Moden's suggestions.[/url]

    "Million-to-one chances crop up nine times out of ten." ― Terry Pratchett, Mort

  • RE: DBCC Error

    Take a look at this : http://support.microsoft.com/kb/960791



    For better, quicker answers on T-SQL questions, read Jeff Moden's suggestions.[/url]

    "Million-to-one chances crop up nine times out of ten." ― Terry Pratchett, Mort

  • RE: Data mining on a single table

    Check out the link.



    For better, quicker answers on T-SQL questions, read Jeff Moden's suggestions.[/url]

    "Million-to-one chances crop up nine times out of ten." ― Terry Pratchett, Mort

  • RE: Today's Random Word!

    GLENWHILLY

    The Meaning of Liff (Douglas Adams, John Lloyd)

    http://folk.uio.no/alied/TMoL.html#anchorG



    For better, quicker answers on T-SQL questions, read Jeff Moden's suggestions.[/url]

    "Million-to-one chances crop up nine times out of ten." ― Terry Pratchett, Mort

  • RE: What would be the best practice to migrate my database from 2005 to 2008? Thanks.

    Get yourself a test server running SQL 2008 R2.

    Try out all the possible ways of doing this.

    Detach / Attach (make a copy if needed), SSIS, backup / restore.

    Script the one...



    For better, quicker answers on T-SQL questions, read Jeff Moden's suggestions.[/url]

    "Million-to-one chances crop up nine times out of ten." ― Terry Pratchett, Mort

  • RE: Insert query taking long time while inserting calendar information.

    Sorry don't think I can help you. Don't know what this [dbo].[udtYesNo] is about.



    For better, quicker answers on T-SQL questions, read Jeff Moden's suggestions.[/url]

    "Million-to-one chances crop up nine times out of ten." ― Terry Pratchett, Mort

  • RE: Why the server are running to slow?

    What is Task Manager telling you?

    Is all your hardware functioning properly?

    Check out Gail Shaw's article on finding performance issues.

    http://www.simple-talk.com/sql/performance/finding-the-causes-of-poor-performance-in-sql-server,-part-1/



    For better, quicker answers on T-SQL questions, read Jeff Moden's suggestions.[/url]

    "Million-to-one chances crop up nine times out of ten." ― Terry Pratchett, Mort

  • RE: Help On Execution Plan Status

    Paul White's blog series will pretty much any question you could ever think of on this.

    http://www.sqlservercentral.com/articles/SQL+Server+2008/71019/



    For better, quicker answers on T-SQL questions, read Jeff Moden's suggestions.[/url]

    "Million-to-one chances crop up nine times out of ten." ― Terry Pratchett, Mort

  • RE: Insert query taking long time while inserting calendar information.

    Go on then, post the helpful data.



    For better, quicker answers on T-SQL questions, read Jeff Moden's suggestions.[/url]

    "Million-to-one chances crop up nine times out of ten." ― Terry Pratchett, Mort

  • RE: Too many statistics

    I made the same insightful example.

    Found some helpful info to correct my mind set. Also found out you can you unique constraint to reference FKs. Don't know that either. This...



    For better, quicker answers on T-SQL questions, read Jeff Moden's suggestions.[/url]

    "Million-to-one chances crop up nine times out of ten." ― Terry Pratchett, Mort

  • RE: Too many statistics

    Small and contiguous are considerations for the clustered index. PK != clustered index.

    The primary key is a logical database design decision, it is a column or set of columns that...



    For better, quicker answers on T-SQL questions, read Jeff Moden's suggestions.[/url]

    "Million-to-one chances crop up nine times out of ten." ― Terry Pratchett, Mort

Viewing 15 posts - 61 through 75 (of 144 total)