Viewing 15 posts - 541 through 555 (of 629 total)
If you've only deleted a few million records from a database that size, why shrink the database?
You're probably only going to have to see it expand again as records are...
September 6, 2009 at 1:41 pm
September 6, 2009 at 1:33 pm
Update statistics might be an idea too
September 6, 2009 at 1:31 pm
Chris (8/18/2009)
My employer has purchased an ERP with an off the shelf database of over four thousand tables. Even the vendor doesnt have a diagram of it. (So...
September 6, 2009 at 9:51 am
Mind - a good point earlier - some index maintenance (SQLFool has a very well regarded script for reorganising and rebuilding - and there's some very good stuff on here...
July 14, 2009 at 1:48 pm
Briefly.
Why do you want to shrink your database file? Do you have a pressing reason such as a critical discspace shortage that can not be addressed any other way?
Assuming...
July 14, 2009 at 1:43 pm
StyleCop is a C# tool.
If you're looking for a way of refactoring SQL code to meet specific style rules - look at SQL Refactor from Redgate (which I've used and...
July 9, 2009 at 5:39 am
The way hte online rebuild works, as I understand it, is that the system effectively takes a copy of the current index, and uses that for queries while rebuilding the...
May 9, 2009 at 7:35 am
There are really too many variables at play here to give a definitive answer there. However, have you checked your disc partition alignment on the RAID array? If...
May 9, 2009 at 7:09 am
Marios Philippopoulos (5/8/2009)
Grant Fritchey (5/8/2009)
May 9, 2009 at 6:55 am
Marios Philippopoulos (5/8/2009)
Grant Fritchey (5/8/2009)
May 9, 2009 at 6:53 am
No, plans get aged out if there is no more memory available in plan cache due to the need to hold plans for more recently used queries. This is...
May 7, 2009 at 3:32 pm
Have you checked out Gila's sqlinthewild stuff on indexing?
May 7, 2009 at 3:20 pm
Have you tried running sp_who2 to see if there's anything blocking the shrink process, or killed all processes using that dB?
May 7, 2009 at 3:14 pm
I can think of one particular example who has about 500+ posts, and every one I have seen has been dross, positively dangerous, or "Yes, that is good advise". ...
April 30, 2009 at 2:40 pm
Viewing 15 posts - 541 through 555 (of 629 total)