Viewing 15 posts - 1 through 15 (of 70 total)
Everything is exactly the same to my eye. It could be that the settings on the ESXI could be different, but I've been assured that's not the case.
September 22, 2023 at 6:21 pm
Yes, that's correct, but the index itselft is composed only of that bigint.
December 11, 2012 at 7:41 am
OK, so we're running the automated script that determines which indexes need to be rebuild and tries rebuilding them. For some reason the script logs to the table that...
December 11, 2012 at 7:20 am
We don't shrink this db at all.
December 5, 2012 at 8:10 am
My guess is that when the db was setup nobody played with fill factor settings and it shows up as 0 on the fragmentation report that I now run once...
December 5, 2012 at 7:51 am
The strange thing is that one of the tables in particular, the one which contains over 400k pages and is 3.8GB in size doesn't grow all that much. There...
December 3, 2012 at 7:36 am
It's a clustered index. Not a heap table.
December 1, 2012 at 1:49 pm
The log files are on two different drives. It's native storage in RAID1 config. The data files are located on different drive and that's RAID5. We're seeing...
October 25, 2012 at 10:21 pm
Each proc that runs returns the amount of time it took to complete and saves this information to the audit table. With a single log file the execution is...
October 25, 2012 at 3:51 pm
I'm really interested in new functionality, but I can't seem to find a good spec list. I did review the differences on MS web site, but so far it...
July 6, 2011 at 1:06 pm
LutzM (5/28/2011)
some nightly processes that run for quite some time, the longest takes 3-4 days to run (db size is 2.5TB)
A nightly job taking several days? I truly hope this...
May 28, 2011 at 6:24 am
We don't use Full Text Catalogs and the problem still exists. We found a temporary workaround but its not the best. I'm not sure why the query processor...
April 8, 2011 at 9:42 am
It did get fixed. It was a third party .net DLL which we used for search. We fixed it by writing our own search engine.
March 30, 2011 at 6:48 am
Thanks. I'm basically converting SQL statements to SQL server from mysql and making sure that all the data matches. I'm not sure what my answer to dev group...
February 21, 2011 at 11:04 am
homebrew01 (2/21/2011)
WHERE (b.datefield > a.datefieldDoesn't this mean you might get varied results if more than one b.datefield qualifies as > than a.datefield ?
Why not use the JOIN syntax ?
Why...
February 21, 2011 at 10:55 am
Viewing 15 posts - 1 through 15 (of 70 total)