Create Credentials of the network shared access in SQL server to be used by SQL Agent
- Get link
- X
- Other Apps
Create Credentials of the network shared access in SQL server to be used by SQL Agent
How to create 'Create Credentials of the network shared access in SQL server to be used by SQL Agent'
Thanks
1 Answer
Please do as the following steps:
1.Create new credential
2.Create new proxy
3.Run the job using proxy
The following links will be helpful:
Create a Credential
Create a SQL Server Agent Proxy
SQL Server Agent Jobs for Packages
Running a SSIS Package from SQL Server Agent Using a Proxy Account
Best Regards,
Mona
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Please don't hesitate to contact us if you have anything to update.
Best Regards,
Mona
Nguồn: https://learn.microsoft.com/en-us/answers/questions/106561/create-credentials-of-the-network-shared-access-in.html
- Get link
- X
- Other Apps
For me it's not clear what you are lookup for, may can you explain it more detailed, please?
Create Credentials of the network shared access in SQL server to be used by SQL Agent
Create Proxy to copy the file to shared path from SQL Server Agent Job using shared credential
Create SQL Agent Job 'Full File' Step1 to use the SSIS package
Create SQL Agent Job 'Full File' step 2 to Copy file from local drive to network shared path with owner as proxy credential
This is my use case . Let me know how to go about