Hi Guys,
I've trawled the threads and can't find any help with this - basically i have a scheduled backup running every month. The backup is used to run a webpage and we want to be able to show on the webpage the date the backup was taken - like a "last updated on..." thing.
So far i have a table in the database with two fields - one is the date field with GetDate() as the default value, the other just a description field.
In my scheduled backup i have the first step to insert "backup taken" into the description field and nothing into the date field (was told this would automatically populate this field with the date).
However, when i test the backup, it fails and doesn't write anything tot he table and doesnt provide me with any sort of error message!
Has anyone done anythin similar or have an idea to a better way around this?
Thanks
I've trawled the threads and can't find any help with this - basically i have a scheduled backup running every month. The backup is used to run a webpage and we want to be able to show on the webpage the date the backup was taken - like a "last updated on..." thing.
So far i have a table in the database with two fields - one is the date field with GetDate() as the default value, the other just a description field.
In my scheduled backup i have the first step to insert "backup taken" into the description field and nothing into the date field (was told this would automatically populate this field with the date).
However, when i test the backup, it fails and doesn't write anything tot he table and doesnt provide me with any sort of error message!
Has anyone done anythin similar or have an idea to a better way around this?
Thanks