we have data stored in server 'prod', and all jobs created in server 'SSIS'.
ususally, our jobs are doing query data from prod and generate files.
but last night, the server 'prod' reboot at 3am. all our jobs scheduled between 6am-8am are failed.
Message is like " cannot generate SSPI context", " The clocks on the client and server machine are skewed".
Any body has a better solution to make sure if the server reboot again, it will not impact jobs ?
Thank you.