LDF File size increase
hello experts,
while ceating database have 1 mdf , 1 ldf file has been created.
when doing operation insert update delete in application,at time ldf size has been increased , after completion went normal size.
i want know there limitation ldf file size?
because have notice if im doing operation in application side udf size increased tremendoulsy 4 gb , task not completed.
please guide me ldf file, can conclusion problem.
regards,
akm
should have asked question in database engine forum
ldf file log file. every dml operations (insert, update, delete etc.) perform logged in sql server. when perform thos operations in database. scenario describe ususal.
solution either take regular transaction log backup or put database in simple recovery. need understand important of log files , log backups , how transaction log works
read following support article microsot topic describe prevent transaction log files growing unexpectedly
how stop transaction log of sql server database growing unexpectedly
http://support.microsoft.com/kb/873235/en-us
understanding transaction log architecture
http://msdn.microsoft.com/en-us/library/ms345419(sql.90).aspx
SQL Server > SQL Server Data Access
Comments
Post a Comment