Hi, I have 40 Access97 databases with the same name (webdb.mdb) and the same data structure, but with different data.
Now I want to transform all 40 Databases into SQL Server 7, with different names (the name is "webdb" + webname, which is the name of a web site).
I know I can create a DTS package using DTS wizard. I can open the package, modify the source database, and save it with a new name. This way, I can create 40 packages and it just takes 10 minutes. But if I make change in 1 package, I have to change the other 39.
Can somebody tell me a better way?
Thanks.
Now I want to transform all 40 Databases into SQL Server 7, with different names (the name is "webdb" + webname, which is the name of a web site).
I know I can create a DTS package using DTS wizard. I can open the package, modify the source database, and save it with a new name. This way, I can create 40 packages and it just takes 10 minutes. But if I make change in 1 package, I have to change the other 39.
Can somebody tell me a better way?
Thanks.