Forum Replies Created

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

  • RE: Date Selection Nightmare

    Some one just pointed out to me that smalldatetime has an accuracy of one minute.

    Stupid stupid stupid!

  • RE: Slow Query on Cluster

    quote:


    In profiler, under events and warning, missing column statistics.

    Tom


    doesn't appear to have any missing...

  • RE: Slow Query on Cluster

    quote:


    Have you run a profiler to check for missing column statistics? I have seen query times jump up when column statistics...

  • RE: Slow Query on Cluster

    Thanks for the input Paul and Gabor.

    To answer some of your questions:

    1) There are about 12000 rows each in tlnreferences. I restore a back-up of production to the dev environ...

  • RE: Slow Query on Cluster

    Thanks again Allen. It does not appear to be an issue with parallelism. Here are the plans for each:

    SQL QUery:

    
    
    SELECT distinct r.*
    FROM vw_RefVersionOwner Orig
    INNER...
  • RE: Slow Query on Cluster

    Thanks Allen ... what exactly do you mean when you say that the query runs in parallel? How do I figure that out by looking at the execution plan?

    Thanks,

    R.

  • RE: How to set Proc Arg to default to today?

    Thanks for the help folks ...

  • RE: Trouble with Transactions

    Ahhhh !!

    Thanks Gary.

    quote:


    If you are using the debugger and have the check box to rollbak at the end checked then the following...

  • RE: Trouble with Transactions

    Word to the wise!! TURN OFF AUTO_ROLLBACK if you are testing

    a transaction with the debugger!! I just turned it off and it

    recognised my roll back no problem. I guess...

  • RE: Trouble with a View

    Thanks guys I'll give that a shot next time I restore the db ... I think that Antares686 is correct there have been changes to the underlying tables, so this...

  • RE: Which is better IN or OR operator?

    Thanks everyone for responses ...

    I found this at http://www.sql-server-performance.com/transact_sql.asp

    "Try to avoid WHERE clauses that are non-sargable. Non-sargable search arguments in the WHERE clause, such as "IS NULL", "OR",...

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