Viewing 15 posts - 31 through 45 (of 51 total)
Gail,
Many thanks for your help and advice.... just to confirm, the command you were suggesting was
ALTER INDEX IndexName ON TableName
REORGANIZE WITH (LOB_COMPACTION = ON)
Have I got this right?
Best...
January 12, 2012 at 6:40 am
It would make perfect sense, but it is outside my organisation's control.
January 12, 2012 at 4:41 am
We do have regular index maintenance - a weekly scheduled job, each sunday.
My current theory is that this isn't working, due to the presence of an ntext field in the...
January 12, 2012 at 4:19 am
The problem seems to be caused by a single ntext field in the table (horrible, isn't it!)
The stats for LOB_DATA in the Primary Key index are as follows:
Page_Count > 414,283
avge...
January 12, 2012 at 4:02 am
Hi Vultar,
We shrank it about 2 months ago, but it grows and grows.
I know the arguments against using SHRINKFILE and I don't want to use it often.
But we have a...
January 12, 2012 at 3:17 am
Hi Gail,
Many thanks for your prompt answer to my question.
The database supports a key application. Can I safely rebuild the clustered index without damaging performance for the...
January 12, 2012 at 3:12 am
Here is the CREATE statement for the table. I presume that most of the data is in the [sessdata]:
CREATE TABLE [dbo].[mdl_sessions](
[id] [bigint] IDENTITY(1,1) NOT NULL,
[state] [bigint] NOT...
October 10, 2011 at 10:16 am
Thanks, you make a good point, but there are no "blob" fields involved, in this case.
Best wishes
Mark
October 10, 2011 at 9:50 am
Dear Jan,
I have found a temporary workaround, which is to run the SSIS package on a 32-bit machine, to pull the data across from Oracle, and then push it across...
May 3, 2011 at 8:12 am
Hi Koen!
You ask a very sensible question! But yes, it is installed and running.
May 3, 2011 at 6:52 am
Hi Koen!
Many thanks for taking an interest in my problem. Here is a typical error message, AFTER I installed the 64-bit version of the Attunity Connector:
Error: 2011-05-01 07:43:05.41...
May 3, 2011 at 2:50 am
< The package was using Attunity Driver. The DBA had to install both 32 bit and 64 bit Attunity Drivers at his end. After that we were able to run...
May 3, 2011 at 1:58 am
Hi there!
I have exactly the same problem as you. How did you manage to solve it?
Best wishes
Mark Thornton
May 1, 2011 at 12:55 am
Michael - Many thanks for your comments.
I realise that my paging approach is very inefficient, but the database is small. Its biggest table has less than 9,000 records. ...
July 1, 2008 at 7:04 am
Viewing 15 posts - 31 through 45 (of 51 total)