Viewing 11 posts - 1 through 11 (of 11 total)
Some one just pointed out to me that smalldatetime has an accuracy of one minute.
Stupid stupid stupid!
November 12, 2004 at 8:53 am
quote:
In profiler, under events and warning, missing column statistics.Tom
doesn't appear to have any missing...
August 12, 2003 at 1:34 pm
quote:
Have you run a profiler to check for missing column statistics? I have seen query times jump up when column statistics...
August 7, 2003 at 12:46 pm
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...
August 7, 2003 at 7:33 am
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...
August 6, 2003 at 12:03 pm
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.
August 6, 2003 at 10:39 am
Thanks for the help folks ...
April 14, 2003 at 2:08 pm
Ahhhh !!
Thanks Gary.
quote:
If you are using the debugger and have the check box to rollbak at the end checked then the following...
December 13, 2002 at 10:19 am
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...
December 13, 2002 at 10:16 am
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...
October 4, 2002 at 7:23 am
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",...
April 5, 2002 at 7:51 am
Viewing 11 posts - 1 through 11 (of 11 total)