Hello all,
I am having a problem with my transaction logs. I do not know much about SQL but I have been having to manually truncate my transatcion logs, at the moment it is 33Gb and filling up my disk. How can I set our backups to delete the transaction logs over night? For now though, I need to manually shrink this file and this is the command I have been using: DBCC SHRINKFILE(Dtabase nmae, 50)
This has worked for me before but does not seem to be working this time. Can anyone out there help a struggling administrator new to SQL!!!!
I am having a problem with my transaction logs. I do not know much about SQL but I have been having to manually truncate my transatcion logs, at the moment it is 33Gb and filling up my disk. How can I set our backups to delete the transaction logs over night? For now though, I need to manually shrink this file and this is the command I have been using: DBCC SHRINKFILE(Dtabase nmae, 50)
This has worked for me before but does not seem to be working this time. Can anyone out there help a struggling administrator new to SQL!!!!