Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Error Upsizing an Access Database to SQL Server 7.0

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-09-16 : 10:36:08
Bobby Goluba writes "Hello,
I have a question about an error I am getting when upsizing my Access Database back end to SQL Server 7.0. My server has the following configuration:

Microsoft Windows 2000 Server, Service Pack 3
SQL Server 7.0, Service Pack 4, OLAP Services Service Pack 3
Microsoft Office 2000, Service Release 1


When I attempt to upsize my database, the first four tables are upsized successfully, but the fifth table has the following error in a window that pops up called "Errors from Server":


SQL that Caused Error(s):
UT_CopyData

Error(s):
Server Error 0: Timeout Expired


The table that is having the error is very large, with 240972 records. I have tried to perform the upsizing after cutting the size of the table down to only 20000 records, and the error does not occur.
I would like to know if there is a timeout parameter in SQL Server 7.0 that I can configure that would keep this timeout error from occuring while upsizing my database with the full table of 240972 records. I have already tried setting "remote login timeout" = 0 and "resource timeout" = 1000, but neither of these has helped. Thank you very much for any advice you can provide me!

Take care!
Bobby Goluba"

bgoluba
Starting Member

1 Post

Posted - 2002-09-19 : 14:16:16
Hello Everyone,
Microsoft sent me the following link to a Technet article that describes how to solve the timeout problem I was having with upsizing my Access 2000 database to SQL Server 7.0.

[url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q295231&[/url]

Take care!
Bobby Goluba

Go to Top of Page

ValterBorges
Master Smack Fu Yak Hacker

1429 Posts

Posted - 2002-09-19 : 15:56:54
I've had luck using office xp but lots of problems with 97 or 2k.


Go to Top of Page
   

- Advertisement -