October 28, 2005 at 11:57 am
Is it possible to have multiple users to execute DTS package at the same?
October 28, 2005 at 12:48 pm
That depends upon what the DTS package does - if it is say copying over data from one database table to another and two users execute it, you can run into issues.
But, Yes, multiple users can execute a DTS package at the same time.
October 28, 2005 at 12:55 pm
Thanks Sharma!!
Actually iam exporting data from SQL server to spreadsheet using copy task and then running the DTS using batch file.
It gives me the error "File is opened by another user”
Is it still possible for multiple users to run at the same time?
thanks again..
October 28, 2005 at 1:30 pm
If the target file (excel) is on the network and all users are exporting to the same file then you will get this error. If the target in on a local drive that should be ok.
October 28, 2005 at 1:59 pm
The users will be accessing thru citirx server.
Is it possible to set different file name for different users so that all users will have there own file.
October 28, 2005 at 8:35 pm
Yes, you can. Look into global variable usage in DTS packages. You can pass in the user-name and then create file based on username and timestamp.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply