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.
| Author |
Topic |
|
sadik_mind
Starting Member
1 Post |
Posted - 2008-06-10 : 04:44:02
|
| Hi friends, I am working on a application in which,at once i have to make a huge amount of data to insert and delete in my data base.At this time of some transaction my data base log file,shows data base error like the log file of this data base has been full.plese see the sys.databsesd view...like..Please help me.If you need the exception then i will send you later.Cheers..Thanking youSadik Ali |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-06-10 : 05:45:56
|
| If you application is causing bulk inserts,deletes change your recovery model to simple or bulk logged. |
 |
|
|
|
|
|