Viewing 15 posts - 5,161 through 5,175 (of 5,843 total)
I believe you can restore the database to a test box and analyze the database/log from there. ApexSQL Log can use tlog backups as well (once you are connected...
May 22, 2008 at 11:40 am
Slawek (5/22/2008)
I was just not sure how many files and how configured would be the optimal config, because I was not sure how SQL assigns...
May 22, 2008 at 9:45 am
Kuma, that is an AWFUL lot of free help you are seeking. Those are very complex queries, the table and indexing structure is unknown, data volumes and distribution is...
May 22, 2008 at 8:54 am
I'd love to do the forensics - sounds like interesting stuff. However, I am completely backed up for the forseeable future. Sorry!
If you are lucky and have a...
May 22, 2008 at 8:50 am
First thing I would do is compare the original database's structure to the upgraded one. Look for missing indexes.
Also, try updating statistics and also possibly doing a reindex/rebuild of...
May 22, 2008 at 5:14 am
kaykay005 (5/14/2008)
Our company had an Reporting Server which runs very slow. I have put some counters and run System Monitor. And the results are below.
...
May 22, 2008 at 5:12 am
GOD how I LOVE packaged app vendors!!! They make me soooo much money dealing with their horrid performance! 😀 Part of the problem is that they will build...
May 22, 2008 at 5:06 am
julia.nicholas (5/21/2008)
May 22, 2008 at 5:04 am
[rant on]
Just a general rant here, but it continually amazes me how companies can assign untrained, inexperienced staff to manage their corporation's data in SQL Server. No wonder we...
May 22, 2008 at 4:58 am
I am not sure anyone here is espousing NOT using multiple files to spread the IO load and capacity. By all means do it since you seem to be...
May 22, 2008 at 4:51 am
GilaMonster (5/21/2008)
I'd rant, but I'm just too damn tired. We're supposed to all be working together to support the business needs, not fighting between ourselves.
As a consultant, I am continually...
May 21, 2008 at 7:32 am
HanShi (5/21/2008)
But when I read the BOL I read the following "NOLOCK: Does not issue any...
May 21, 2008 at 7:30 am
Fixing poorly written queries and finding indexing opportunities will almost certainly provide WAY more benefit than worrying about how many files to use in a file group. 🙂
May 20, 2008 at 8:42 am
Grant Fritchey (5/19/2008)
May 20, 2008 at 8:25 am
Assuming you are copying the 900M rows to a different physical device, compare the IOStalls between the files during access for this query. It could be simply that. ...
May 19, 2008 at 2:16 pm
Viewing 15 posts - 5,161 through 5,175 (of 5,843 total)