Viewing 15 posts - 1 through 15 (of 58 total)
Image data (or successor types) is a bit of a pain. I am satisfied, at this point, with the option of putting image data into it's own file group. What I found...
August 16, 2018 at 12:38 pm
August 15, 2018 at 5:47 am
August 14, 2018 at 11:27 am
January 24, 2018 at 8:58 am
OK. Let me try a different explanation. My database recovery model is FULL. I do a full backup at 6 A.M. Then, I start a process that deletes 10 millions...
March 27, 2017 at 8:56 am
March 27, 2017 at 8:27 am
After doing some reading, it seemed to be a better idea to rename the original table and create a new table set up with PAGE compression using the desired partitions...
January 11, 2017 at 1:52 pm
I had thought about switching. I guess that will be my project for the weekend - load each partition as a separate table and then bring them all together...
May 18, 2016 at 7:26 am
No. It is a one time data conversion process. The BIGINT columns in the target table are INT columns in the source table.
May 17, 2016 at 8:38 am
Tom John-342103 (2/5/2015)
February 5, 2015 at 2:36 pm
I don't have the execution plan. What I know is that after the index was rebuilt (actually, I think they updated statistics - they told me they ran RUNSTATS),...
February 5, 2015 at 12:07 pm
The problem was solved by running some index rebuilds. So frustrating when people aren't careful about performing routine maintenance.
February 5, 2015 at 11:35 am
Steve Jones - SSC Editor (2/5/2015)
Could be parameter sniffing, perhaps a plan flush that compiled poorly the next time, it's not the index itself.
We identified the offending query in the...
February 5, 2015 at 8:30 am
Igor,
That is very likely the problem then. I am helping some people with this problem and I am not the database owner. For various reasons, I don't think...
February 5, 2015 at 8:27 am
So, here is an after action report of sorts.
I received a 2 TB database containing about 225 tables where 10 tables accounted for 90% of the volume of the database....
September 18, 2014 at 12:23 pm
Viewing 15 posts - 1 through 15 (of 58 total)