I am working on a Windows 2000 box with SQL Server 2000. I have a DTS package that I want to create that I want to run the first of every month. The goal I am trying to achieve is that I want it to automatically name the table I am copying with the day before's date. So, if I was running it today, I would want the DTS Package to run and throw a table in my Archive database and name it "member022508", the table is originally called "member". I tried a few things, and with my lack of experience, nothing worked. I tried naming the table member(getdate()), it took it literal... is there a way to do this? Am I being clear?