Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)

  • RE: DTS Job

    Thanks for your reply.

    I am logged on to the computer running SQL Server

    The other server is Oracle. I use ODBC to get to the Oracle database.

    -W R

  • RE: DTS Job

    Thank you.

    Step Error Source: Microsoft OLE DB Provider for ODBC Drivers

    Step Error Description:[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed

    Step Error code: 80004005

    Step Error Help File:

    Step Error Help Context ID:0

     

    -W...

  • RE: DTS Job

    datapump task 1 does a select from another server into this server select col1, col2 from table

    Thank you.

    -W R

  • RE: Performance Tuning Indexes

    I added server trace option under Query Analyzer and the values for "reads" is higher in the production server by 200.

    I checked the disk activity in production and there is...

  • RE: Performance Tuning Indexes

    The 2 m/c's have the same hardware. The Nic cards are of the same speed. I did a rdp into both the servers. I run the query on the boxes....

  • RE: Performance Tuning Indexes

    Good questions.

    dbcc showcontig on dev

    TABLE level scan performed.

    - Pages Scanned................................: 4033

    - Extents Scanned..............................: 508

    - Extent Switches..............................: 507

    - Avg. Pages per Extent........................: 7.9

    - Scan Density [Best Count:Actual Count].......: 99.41% [505:508]

    - Extent...

  • RE: Performance Tuning Indexes

    In the prod box, the time is 11 seconds. On the same database, moved to dev, it is 3 seconds, with non-clustered or clustered. It might be something else that is slowing...

  • RE: Performance Tuning Indexes

    Thank you for your observations.

    It is 2000. There was no clustered index. I dropped the index and created a clustered index. Ran dbcc contig.

    Results are much better.

    TABLE level scan performed.

    -...

  • RE: Performance Tuning Indexes

    Thank you for your clear explanation.

    Whatever fill factor I use, the results are the same. I am guessing since the table has a million rows, there is nothing much...

  • RE: Performance Tuning Indexes

    Tom,

    Thank you for your post. How does the avg. page density being 95% indicate that fill factor of 80% is not being used.

    Thanks.

    -W R

  • RE: Index in Sysindexes vs Expanding indexes in Query Analyzer

    Thanks. On the money. How do I read more about this. Any pointers?

    -W R

  • RE: Unable execute DTS from SQL exec

    I have come to know it is a homegrown tool.

    -W R

  • RE: Data Source Name = Global variable

    I used DTS Dynamic Properties to fix this. But, I get an error "MAPI returned an error" when I try to add DTS Mail Task.

    Any suggestions?

    -W

  • RE: Error: 1073759806, Severity: 1, State: 0

    Thank you. Although, I am unable to add a DTS Email Task due to an error "MAPI returned an error"

     

    -W

  • RE: dbcc traceon

    Thanks for your comments.

    I did run dbcc tracestatus earlier and it shows that the trace is not on. But, I did run dbcctraceon and did not run dbcctraceoff. Only thing...

Viewing 15 posts - 1 through 15 (of 15 total)