Viewing 11 posts - 1 through 11 (of 11 total)
I know Elapsed time may depend on ... many things, but should I think CPU time is not
an accurate and steady data?
Many performance tests I make are based
on...
December 11, 2002 at 7:15 am
Thanks Antares686, I know I should add an index on this column, but it was just a test to compare to what Andyj93 said:
"I ran a test on a simple...
December 11, 2002 at 1:01 am
How can you have so good response time?
When I run a Select count(*) on a 7 million rows table with a where clause on a datetime column (no index on...
December 10, 2002 at 2:06 am
It should be OK now. It was "just" a little bug: you can see the description at this address: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q308126.
I got a FIX for this problem and I'll...
February 26, 2002 at 1:22 am
OK I've already made all that (re-create index, dbcc update_usage ...) but I would like to have nothing to do !!! since auto-update is ON.
February 6, 2002 at 2:00 am
It's SQL Server 7 SP 3 .Perhaps I'd not been very plain: the "rows" column is updated but with a bad number of rows. Very strange.
January 25, 2002 at 6:12 am
I've been looking at the Microsoft KB too but found nothing that sounds like my problem.Thanks for your contribution.
I' ll tell you about the continuation.
January 25, 2002 at 12:48 am
I'm almost sure that index has not been created with STATISTICS_NORECOMPUTE option.
How can I be absolutely sure. When I execute sp_autostats on this table, flags for all indexes are ON.
...
January 24, 2002 at 1:52 am
Auto stats is ON. Other indexes (non cluster) are correct. It seems to be a problem when we run a query on this table that could use the clusterred index....
January 22, 2002 at 12:30 am
Thanks's Neil.
I think DTS is not as fast as FTP + BCP;
so whe had a preference for FTP, but it seems not easy!
Alain RIBIERE
OPAC PARIS FRANCE
October 26, 2001 at 12:54 am
quote:
If you use DTS you can shape (transform) the data. When the dts package runs it can then clean any hidden...
October 26, 2001 at 12:49 am
Viewing 11 posts - 1 through 11 (of 11 total)