Viewing 15 posts - 196 through 210 (of 355 total)
Well, well, well...
It works with PowerShell's Optimize-Volume, but not defrag.exe
Optimize-Volume -DriveLetter L -Analyze -Defrag -Verbose
(Drives are thin-provisioned)
February 26, 2015 at 10:36 am
Thanks for looking, I previously read a similar article that had the same sort of reply, "Contact NetApp about OptimalUnmapGranularity".
I was hoping to see if anyone else had similar issues....
February 26, 2015 at 10:15 am
Sorry the sysadmin set it up, not me. It is a cluster and it is NetApp SAN attached storage with a 64K file allocation size.
February 26, 2015 at 9:07 am
It was 4 years ago, I really do not remember.
Sorry
July 15, 2014 at 10:03 am
Posted Date 1/21/2010 6:30:21 PM
July 15, 2014 at 9:39 am
have you tried manually issuing checkpoints prior to the emptyfile?
It would probably also be helpful to have the database set to SIMPLE.
June 28, 2014 at 9:19 am
You may find this helpful:
(Just some extra code for your dev work)
Sql to get most recent full backup file for a specific database in sql server
June 4, 2014 at 4:43 pm
As long as you have the right version, absolutely.
June 2, 2014 at 10:17 pm
You may find this helpful:
TechEd: 80 minute video of Corruption Survival Techniques presentation[/url]
You may be able to do page restores if you have all the pre-requisite's
June 2, 2014 at 1:55 pm
REBUILD has to rollback when cancelled.
REORGANIZE does not.
June 2, 2014 at 1:50 pm
You could suspend mirroring. Patch and reboot the mirror partner. Resume, wait for sync, and fail over. Then repeat on the other side.
Similarly with log shipping. ...
May 28, 2014 at 2:04 pm
Can you check these two counters in perfmon?
SQL Server, Memory Manager
Target Server Memory (KB)
Total Server Memory (KB)
May 23, 2014 at 5:09 pm
Looks to me like the order goes Piecemeal Restore of RW then online restore of read only. You also need to be running Enterprise:
https://www.simple-talk.com/sql/backup-and-recovery/partial-backup-and-restore/
May 23, 2014 at 9:24 am
Have you tried RESTORE DATABASE { database_name } <filegroup> [ ,...n ] WITH RECOVERY ?
May 22, 2014 at 8:44 pm
Viewing 15 posts - 196 through 210 (of 355 total)