This blog is all about me and my work till now....
EXEC sp_dboption , 'trunc. log on chkpt.', 'True'
Use 'database Name'GOAlter Database 'database Name' Set Recovery SimpleGOAlter Database 'database Name' Set Recovery FullGODBCC SHRINKFILE ('log file name', 1)GO
Very helpful...
Post a Comment
3 comments:
EXEC sp_dboption , 'trunc. log on chkpt.', 'True'
Use 'database Name'
GO
Alter Database 'database Name' Set Recovery Simple
GO
Alter Database 'database Name' Set Recovery Full
GO
DBCC SHRINKFILE ('log file name', 1)
GO
Very helpful...
Post a Comment