I am trying to create a SQL Server Agent Job which performs the following functionality.
Creates a '.bak' file containing a backup of a set tables from within a database.
Zips this backup with a filename of something like "Database_20130111" \
Stores the zipped file in a specific location on the server.
Deletes all older zipped files only leaving the most recent.
Does anybody have any ideas as I am really struggling with this at the moment.