Viewing 15 posts - 1 through 15 (of 59 total)
Did you ever get this working? I'm up against the same issue. However, the Microsoft version of DB2 driver won't work because I'm on standard.
Thanks,
Dave
April 6, 2010 at 9:07 am
OK, I think I got it. There reason for the fragmentation is because there is now primary key.
September 17, 2009 at 2:50 pm
I hope these are the correct definitions.
USE [itiserver]
GO
/****** Object: Table [hsi].[keygroupdata104] Script Date: 09/17/2009 10:44:00 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING OFF
GO
CREATE TABLE [hsi].[keygroupdata104](
[itemnum] [int] NULL,
[kg115]...
September 17, 2009 at 11:45 am
I'll take a look at it. Maybe I can run it in the morning. If the results are bad, I'll check the fragmantation.
July 7, 2009 at 3:10 pm
Thanks, Matt. I've already taken the update stat out of the maintenance plan. However, I want to research the cause of it.
Thanks again.
Dave
July 7, 2009 at 2:16 pm
The tables should be because the update stats runs each night.
July 7, 2009 at 1:28 pm
Some of the tables are fairly big I'm assuming if it a 25 gb database. I am assuming it is doing a full scan. It doesn't state what type of...
July 7, 2009 at 1:01 pm
I rather not try in that it my affect our production environment.
July 7, 2009 at 12:59 pm
There are no more than 200 tables. I believe what is causing the update stat to take unusually long time to run stems from the "auto update stats" and "create...
July 7, 2009 at 12:38 pm
Yes, both are selected to "yes" in the options for that database.
July 7, 2009 at 12:25 pm
It had me scratching my head too. They are being performed throught the maintenance plan. I have it set to update user databases "all existing stats". I'll check if update...
July 7, 2009 at 12:20 pm
I'll stick with converting it to a varchar first then a date field.
Thank for your guys help.
Dave
June 15, 2009 at 12:20 pm
Thanks, Lynn. That's the answer I was looking for--just wanted to be sure.:-)
June 15, 2009 at 12:17 pm
Yes, that worked and is slightly better. But is there anyway to convert from int to datetime?
Thanks,
Dave:-)
June 15, 2009 at 11:05 am
Viewing 15 posts - 1 through 15 (of 59 total)