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
 General SQL Server Forums
 New to SQL Server Programming
 DTS Disk Space

Author  Topic 

cnash
Starting Member

1 Post

Posted - 2006-06-30 : 14:16:55
This is my first attempt using SQL 2000 and DTS. I am importing an Access database using the DTS wizard. The process fails with a "Not enough space on temporary disk" error. There is definitely enough space on the physical disk. I don't have any limits on any folder sizes either. What "disk" is the error talking about, and how do I give it enough space. The database is relatively small, about 10MB. I believe the database was created using Access 97. Please help.

ravilobo
Master Smack Fu Yak Hacker

1184 Posts

Posted - 2006-07-03 : 05:13:04
Try to import a single, small table.

------------------------
I think, therefore I am - Rene Descartes
Go to Top of Page
   

- Advertisement -