I need to delete some old logs from the database, however due to lack of space in the physical hard disk, there isn't enough space to sustain the growth of transaction log resulting from the delete activity.
My question is:
If i were to write a cursor to delete the data, would this action still contribute to the transaction log growth from this activity? I think yes, but just to confirm.
If #1 is not an option, then what else can I try? Physical disk space increase is not an option either.
Hope I've provided sufficient information to get some help. Please let me know if more is required.
Thanks in advance for any help received.