I have a DTS package on SQL 2000 that I haven't touched for three years. Package is running without problems every night and now I need to make some changes.
Package reads data from couple of Access files that have password set. When I open Access connection in DTS designer and click OK I get error message "not a valid password".
Why is password now wrong but when package runs every night it is valid? What am I missing?
EDIT - on another server I have SQL 2008. When I execute Import data, I can open Access files without any problems, just by specifying Jet OleDB:Database password (which is where password is set in DTS package).