Machiaveli
Programmer
Hello,
I have some access mdb-files which i regurlarly import in sql server. The thing is i want to automate some steps during this proces.
The mdb-files are from different companies but the datamodel remains the same. Before i import them, i'll append them to a temporary table with an extra column for the companyname to be filled in from a form in access. This is because of the autonummers in each mdb, so with the companyname it will be unique key.
After that i'll append them to a normalized table so i have alle companies in one table.
Now i want to automate these steps by using stored procedure. I know that i can import them with dts, but i doesn't allow me to use the tempdb.
Is it possible to do it in a SP?
I have some access mdb-files which i regurlarly import in sql server. The thing is i want to automate some steps during this proces.
The mdb-files are from different companies but the datamodel remains the same. Before i import them, i'll append them to a temporary table with an extra column for the companyname to be filled in from a form in access. This is because of the autonummers in each mdb, so with the companyname it will be unique key.
After that i'll append them to a normalized table so i have alle companies in one table.
Now i want to automate these steps by using stored procedure. I know that i can import them with dts, but i doesn't allow me to use the tempdb.
Is it possible to do it in a SP?