Viewing 15 posts - 46 through 60 (of 107 total)
After a suggestion from a previous poster, I have changed the process to drop all the indexes exept for the clustered index and then perform the insert statement, after that...
November 5, 2007 at 8:01 am
I've just had a look at my original post and the version we are running is The SQL Server 2000 version is :- 8.00.2187 SP4 Standard Edition. So I assume...
October 31, 2007 at 8:04 am
Hi ALZBA, I'm not sure if I have added that... Should I if I haven't?
October 31, 2007 at 7:36 am
I'll post that when I get back to the site on Monday...
October 30, 2007 at 11:01 am
Hi Matt,
I already have a few tables that monitor each process that is running.
AUDIT_JOB - Which shows the overall job start/end time (13 hours)
AUDIT_TASK - Shows each task start/end...
October 30, 2007 at 9:16 am
Hi Matt,
To answer your questions:-
I am only using DTS to initially transfer the data from Oracle 9.2 to SQL Server. After that all other processes are performed using stored procedures...
October 30, 2007 at 8:38 am
Hi Gail,
Thanks... I can't do the stat check today, as I am on a different site, I should be there on Monday.
When I performed statistics last time, disk queue length...
October 30, 2007 at 4:46 am
Hi Gail,
Thanks for the clarification... But looking at the simple example in BOL
USE pubs
IF EXISTS (SELECT name FROM sysobjects
WHERE name = 'employee_insupd' AND...
October 30, 2007 at 4:15 am
Sergiy I don't mind constructive criticism, but why bother posting if you can’t help me with the issue I have posted
Do explain why you think a trigger is good when...
October 30, 2007 at 3:22 am
Thanks Matt, mostly these tables don't have clustered indexes, just a few.
BTW - The 100 Gb refers to the total size of the database, not a specific table. The largest...
October 29, 2007 at 9:03 am
Thanks Bob,
It has been slowly increasing in time, although recently it increased from running in 10 hours to 13 hours (a year ago it was running in 6 hours).
Trigger...
October 29, 2007 at 8:51 am
Thanks ALZDBA Not sure what the benefits of sorting the data by the fields in the clustered index, because if the clustered index is not dropped the data will be...
October 29, 2007 at 8:43 am
Most of the tables don't have clustered indexes as they are interim tables and are only used for the ETL processing. The ones that do have clustered indexes the indexes...
October 29, 2007 at 7:40 am
HI Antares686,
Thanks for your post.... I have run performance monitoring during the load CPU does not get maxed out,
although the disk queue length are fairly large (50-146). The machine...
October 29, 2007 at 7:38 am
Viewing 15 posts - 46 through 60 (of 107 total)