I am trying to Input around 45k records using SQL Server with RAM configoration of 1GB [2 slot] and SQL SERVER 2000 using SP3a . But I am getting thread on the execution of my program as follows in ERRORLOG :-
Error: 1105, Severity: 17,
State: 2 Could not allocate space for object '(SYSTEM table id: -683853068)' in database 'TEMPDB' because the 'DEFAULT' filegroup is full..
During runtime of my java program I am getting the following ERROR on command prompt saying,"----[Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Could not allocate space for object '(SYSTEM table id: -7658640)' in database 'TEMPDB' because the 'DEFAULT' filegroup is full.----"
Please help me to rectify this THREAD