Viewing 15 posts - 121 through 135 (of 497 total)
This is sp_spaceused for the biggest table:
name, rows, reserved, data, index_size, unused
mytable, 38380502...
October 4, 2010 at 11:15 pm
I left few gigs in the files, besides, after dropping all indexes, there were even more space, but when I recreated the first clustered index on the biggest table, the...
October 4, 2010 at 7:25 pm
No, it did not work, on step 4 the files grow again for some reason. 🙁
October 4, 2010 at 6:59 pm
Thats fine, this is a one off operation anyway. So the plan is:
1. Shrink the files to just over the minimum size.
2. Drop non-clustered indexes
3. Drop clustered indexes
4. Re-create...
September 10, 2010 at 8:18 pm
Eureka! I should just drop the indexes and re-create them and then only re-index the current partition!
😛
September 10, 2010 at 8:04 pm
So there is no way to rebuild the indexes without blowing out the files? What that SORT_IN_TEMPDB option is about then? Isn't it supposed to prevent the file...
September 10, 2010 at 7:54 pm
Ok, I've got over 50GB of space in those older files, which I need to recover. If I shrink the files, I willl fragment the indexes. If I...
September 10, 2010 at 7:44 pm
How do I recover the space then? The older partitions do not change, so I need to shrink them and then rebuild the indexes without blowing out the files...
September 10, 2010 at 7:24 pm
Ran this:
ALTER SERVICE MASTER KEY REGENERATE
Changed the service account to the domain account using SQL Server configuration tool, but the SQL Server service would not start.
Any ideas?
September 8, 2010 at 7:55 pm
The only difference I could find, was that in test the dev account owns its own schema (Mydomain\myaccount_dev) and has it as a default, while in prod, the prod account...
July 27, 2010 at 7:25 pm
The domain group membership is complicated, but there are no direct permissions on the SP and on database level I could not find any group, that has permissions to...
July 27, 2010 at 7:08 pm
Already done this. I was just wondering if I could do any better with the trace.
June 8, 2010 at 8:19 pm
So, I guess, in case it is unique, you can only partition the table by one of the columns present in the clustered index... 🙁
May 27, 2010 at 7:08 pm
Found it out!
"sp_configure [filestream access level], 1" only changes the "config" value, not run value, so sql server configuration manager should be used to finish the configuration.
May 5, 2010 at 11:30 pm
Brandie Tarvin (5/3/2010)
Norecovery isn't going to help you. It'll leave the db in the same state as it is now. "Restoring".
This is the same. If you specify "norecovery" option...
May 3, 2010 at 7:46 pm
Viewing 15 posts - 121 through 135 (of 497 total)