I am processing data each day and the data processed needs to be stored for possible use later. <br><br>The incoming data is in a text file and I use a DTS schedule to import and then run a stored procedure. <br><br>What I would like to know is if it is possible to create a table for my data based on the date it was processed e.g yyyymmdd. I would like to create the table after I have processed my data - i.e. because I am moving it to a different server (which we use as an archive - for customer queries)<br><br>How would I go about doing something like this? And what would be the best way?<br><br>Any help would be gratefully received