Viewing 15 posts - 16 through 30 (of 30 total)
Hi Perry
The results are below
dboCommitmentsForPostingpk_CommitmentsForPosting10PRIMARY11660979NONELOB_DATA258517230
dboCommitmentsForPostingpk_CommitmentsForPosting10PRIMARY11660979NONEIN_ROW_DATA909090
for reference, I've also included the results for the SPS_TEST table which is the one I populated as a copy of the table above.
dboSPS_TESTpk_CommitmentsForPosting110PRIMARY11660979NONELOB_DATA1691690
dboSPS_TESTpk_CommitmentsForPosting110PRIMARY11660979NONEIN_ROW_DATA909090
To me, this...
August 15, 2014 at 4:42 am
No Problem.
thanks for the ideas.
August 15, 2014 at 4:25 am
sorry, I should have clarified
I ran the following:
ALTER INDEX [pk_CommitmentsForPosting]
ON dbo.CommitmentsForPosting
REORGANIZE with (LOB_COMPACTION = ON)
That is the only index on the table an has a definition as per below
ALTER...
August 15, 2014 at 3:43 am
Just re-ran the index re-organisation, and it made no difference.
Presumably, this is because the ntext column isn't included in the index.
August 15, 2014 at 3:27 am
Hi,
I knew I'd forgotten to mention something.
I tried that just before I decided to rebuild the index.
I think it is the lob size that is the problem.
If I query sys.dm_db_partition_stats,...
August 15, 2014 at 3:17 am
Hi Alan,
Thank you very much for the reply.
Unfortunately, it doesn't really help me in my specific case, but has given me an idea which has helped me deal with another...
November 22, 2013 at 8:55 am
I don't know if I should be starting a new post for this or not.
When I've been testing the performance of my drop table statements, I've been restarting the SQL...
October 3, 2013 at 11:39 am
Hi Kurt,
Thank you very much for the input and ideas.
There are no hard and fast goals that I have to meet regarding the performance.
This process will still run out of...
October 3, 2013 at 10:25 am
Hi,
thanks again for the replies.
At the moment, the process we have for dropping these tables does indeed run out of hours.
However, I've been tasked with rewriting it for a number...
October 3, 2013 at 9:30 am
Thank you all very much for your replies, and thank you Jeff for the excellent article that Alan linked to earlier.
I had often read about the merits of set based...
October 3, 2013 at 8:50 am
Hi Alan,
Thank you for the reply.
I'll try that code and see how it performs against my other methods.
With regards to the temporary tables within the application, I accidentally used the...
October 2, 2013 at 1:04 pm
Thank you all for your replies.
It confirms exactly what I thought.
My hands are tied a bit as someone else provides support for their SQL Server, but now that I'm confident...
May 28, 2013 at 10:16 am
Hi,
Thanks for the replies.
I appreciate that it all comes down to the amount of data loss that is acceptable.
I suppose the bit that I'm struggling to understand is why they...
May 28, 2013 at 9:30 am
Hi GSquared,
Thank you very much for your assistance with this.
I do have a network admin that I can liaise with, but any changes to the SSRS server will be down...
September 19, 2012 at 6:21 am
Thank you very much for your help.
It appears that overnight it has sorted itself out.
I now have an index_size similar to the size of the data.
The unused size is still...
April 23, 2012 at 4:03 am
Viewing 15 posts - 16 through 30 (of 30 total)