Viewing 15 posts - 76 through 90 (of 276 total)
IgorMi (12/10/2013)
OLDCHAPPY (12/9/2013)
ALTER INDEX ALL ON dbo.TABLE1 REBUILD
ALTER INDEX ALL ON dbo.TABLE2 REBUILD
ALTER INDEX ALL ON dbo.TABLE3 REBUILD
...
ALTER INDEX ALL ON dbo.TABLE783863 REBUILD
Here I think it's good to remind you...
December 10, 2013 at 4:06 am
GilaMonster (12/10/2013)
OLDCHAPPY (12/10/2013)
planning to leave about 10% free space so will check that it covers the space for index rebuilds. thanks to note that!
Free space in the data file should...
December 10, 2013 at 3:28 am
arnipetursson (12/9/2013)
How much space are you leaving in the datafiles?You also have to leave room in the data files for the index rebuilds.
planning to leave about 10% free space so...
December 10, 2013 at 2:12 am
arnipetursson (12/9/2013)
The transaction log will need to be at least as large as your largest table.
thanks, that was my assumption.
December 10, 2013 at 2:11 am
Kurt W. Zimmerman (12/9/2013)
December 10, 2013 at 2:10 am
any lists available for those types of changes? just curious.
November 4, 2013 at 5:00 am
aha. i didn't know that about vendor support conditions like that. we will verify this with the vendor as to not violate any support terms.
but in theory, the behaviour...
November 4, 2013 at 3:38 am
if it were anything else other than SAP i would pursue it. it's not worth the uphill battle and i'm def not doing it covertly. there's actually no perf problems...
June 12, 2013 at 11:59 pm
oh man, the ola scripts are slick. 🙂
June 12, 2013 at 7:32 am
thanks. unfortunately its SAP so i can't change anything. it would be super cool if MS would make a more intelligent reindex/reorg task that could skip indexes with allow page...
June 11, 2013 at 3:50 am
is it a 24/7 avail db? Then you'll have to pay for Enterprise Edition for the ONLINE = ON option. If not, can you do if off-hours? I do mine...
May 6, 2013 at 5:38 am
i just want to bump this old thread for future reference and to give props to the people who have posted here. very interesting and excellent information on the subject....
May 3, 2013 at 7:37 am
Thanks, Grant. After thinking about it more last night, I realize that it would have to be something like that using profiler to intercept all the calls to the database....
September 27, 2012 at 11:53 pm
120% is a better figure. 😉 i've always known the space needed as 120% the size of the index (for user db space, wasn't clear on tempdb) but seems even...
June 20, 2012 at 3:25 am
TheSQLGuru (6/19/2012)
June 20, 2012 at 2:13 am
Viewing 15 posts - 76 through 90 (of 276 total)