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 Pack 2
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
240,972 records. I have tried to perform the upsizing
after cutting the size of the table down to only 20,000
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 occurring while upsizing my
database with the full table of 240,972 records. I have
already tried setting "remote login timeout" = 0
and "resource timeout" = 100000, but neither of these has
helped. Thank you very much for any advice you can
provide me!
Take care!
Bobby Goluba