sz
Hello,
I am working with sql server 2005
I have a ssis package that will upload information from an excel file to a temp table on sql server.
The sql server and web server are not in a domain.
We are using virtual machines.
The excel file will be located on the web server.
I know about proxy and so on and how to execute the package from stored procedures
what are the steps to emulate a domain user account.
-how to create an account that will have access to the folder on the web server
--how to map this to a proxy
--how to create a prinicpal
Thank you