Hi
I want to modify the query
BACKUP LOG PRD TO DISK = 'S:BackupLogsPRDbklog.BAK'
to include the timestamp at the filename. for example
BACKUP LOG PRD TO DISK = 'S:BackupLogsPRDbklog<timestamp>.BAK
So how could i append the timestamp to the filename?
Thanks
Software/Hardware used:
ASKED:
August 16, 2005 11:18 AM
UPDATED:
August 16, 2005 11:38 AM
Hi
I am new to SQL.Could you please provide me the
documentation from where can i get further information.
Actually i am trying to create a job in MS SQL SERVER
2000 to take transaction log files backup.
Thanks