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
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Make Unristrictable growth of data base log file

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 you
Sadik 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.
Go to Top of Page
   

- Advertisement -