Hi people.
I have this problem.
Durin one integration service job, my job fail for "transaction log is full"
I see my system administrator create a disk that have no enought space and for now is not possible to enlarge this disk.
I see the only way to shrink a transaction log is to use DBCC t-sql.
I put a new step on my job and in first istance make a DBCC shrink of my db.
My question is:
Is possible to truncate all my db log to free some space ???
How ???
thank you in advance.
Alberto.