Viewing 15 posts - 301 through 315 (of 455 total)
I guess your query uses buffer_descriptors joining with allocation_units views.
No, it does not mean that it's not using indexes. It may use indexes for index scans or seeks, but...
February 18, 2014 at 1:30 pm
It is very strange to hear that a DBA applies for bunkropcy. We are highly paid professionals who receive much more than the average value in the country, must be...
February 12, 2014 at 1:17 pm
For data file: try to shrink by small chunks. For example, it your total size is 340 GB, run dbcc shrinkfile('file_name',339900), and than check space again.
For log file: run dbcc...
January 17, 2014 at 9:21 am
As author noted, all partitions assigned to the same filegroup, so it won't physically move the rows, it will just re-assign partitions within.
January 17, 2014 at 9:13 am
You can play with has_backup_checksums column in msdb..backupset table
January 17, 2014 at 9:01 am
Yes, I have in my code: where t.name = <my_table_name>.
But the level of fragmentation is so low, that my script skips it. And this is exactly the reason why...
January 9, 2014 at 9:50 am
Yes, it's always backed up periodically.
DBCC shrink file did not help. First, it shrinks entire file which also has other tables. And it shrank just little bit because there was...
January 8, 2014 at 11:10 am
OK, let's assume that I am not in production. How can I increase fragmentation without modifying the data?
January 8, 2014 at 9:18 am
This server is used by 3rd party applications and not frequently used. I want to debug some rare case in my defragmentation script, it happens only in a adatabase that's...
January 7, 2014 at 11:56 am
Thanks both for quick reply. Big thanks to Nevin. It worked.
December 31, 2013 at 1:47 pm
There is no such an option in creating a trace for how many days to keep it. You can only specify size and how many files to keep.
In your sitaution...
August 8, 2013 at 10:09 am
You can't move a file from filegroup to a filegroup. But if I understood you correctly, your ultimate goal is not moving the files around, but to get rid of...
August 8, 2013 at 9:53 am
Aparently the topic starter meant a book called "SQL Cookbook" and how to install examples from it.
August 8, 2013 at 9:17 am
Employee or consultant, it's not such important how I am called. But here is the situation, and I'll try to explain it as clear as possible.
I am employee of...
July 26, 2013 at 7:26 pm
It is partitioned accross multiple filegroups, and each FG has only one file. But me error message points only to the very first file in this partition scheme.
July 16, 2013 at 10:24 am
Viewing 15 posts - 301 through 315 (of 455 total)