Viewing 15 posts - 1 through 15 (of 15 total)
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
June 11, 2007 at 7:39 am
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...
June 8, 2007 at 11:16 am
datapump task 1 does a select from another server into this server select col1, col2 from table
Thank you.
-W R
June 8, 2007 at 10:18 am
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...
January 15, 2007 at 2:46 pm
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....
January 9, 2007 at 3:54 pm
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...
January 5, 2007 at 3:37 pm
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...
January 5, 2007 at 3:03 pm
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.
-...
January 5, 2007 at 2:35 pm
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...
January 4, 2007 at 1:50 pm
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
January 4, 2007 at 12:55 pm
Thanks. On the money. How do I read more about this. Any pointers?
-W R
January 3, 2007 at 2:59 pm
I have come to know it is a homegrown tool.
-W R
December 15, 2006 at 9:46 am
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
November 30, 2006 at 9:57 am
Thank you. Although, I am unable to add a DTS Email Task due to an error "MAPI returned an error"
-W
November 30, 2006 at 9:55 am
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...
November 8, 2006 at 10:35 am
Viewing 15 posts - 1 through 15 (of 15 total)