I am new to SQLServer so please be gentle
I have set up a DTS package in SQLServer200 to populate tables in a database. The recovery mode is simple yet
I am getting the message:
The log file for database 'bwtest' is full.
I was lead to believe that transaction logging did not
occur in simple recovery mode. Have I missed something here ?
If some sort of logging is occuring should I do periodic
"dump transaction with no_log" statements within the
DTS package to get around this.
I have set up a DTS package in SQLServer200 to populate tables in a database. The recovery mode is simple yet
I am getting the message:
The log file for database 'bwtest' is full.
I was lead to believe that transaction logging did not
occur in simple recovery mode. Have I missed something here ?
If some sort of logging is occuring should I do periodic
"dump transaction with no_log" statements within the
DTS package to get around this.