Posts

Showing posts from October, 2022

Create Credentials of the network shared access in SQL server to be used by SQL Agent

Image
Click to vote 0 Votes" 0 PraveenChannal-4099   asked  •   Sep 24 2020 at 6:19 PM   |   Monalv-msft   commented  •   Sep 28 2020 at 2:03 PM 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 sql-server-general sql-server-transact-sql sql-server-integration-services  Comment  ·   Hide   2     Save   OlafHelper-2800  ·  Sep 24 2020 at 7:24 PM For me it's not clear what you are lookup for, may can you explain it more detailed, please?   0 Votes 0   ·   PraveenChannal-4099    OlafHelper-2800  ·  Sep 24 2020 at 9:56 PM 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 lo

Accessing a network file share with C#

Image
Accessing a network file share with C# Author: Harold Gregory Date: 2022-07-11 windowsidentity idnt = new windowsidentity("Administrator", "Test123!"); I don't know how to get proper name, i am trying this : WindowsIdentity idnt = new WindowsIdentity(Username,Password); I also trien this ("\192.xxx.xxx.xxx\WIN-9SMSBCR4V7B\SharedFolder",Password); The Machine on which i want to copy files is running on Vmware on same machine and i am able to send using Powershell Script. I had to do something like this: Question: I want to access drives/folders/sub-folders/files on remote machines over network for a machine in C#. Accessing a network file share with C# Remote Shared folders and drives C# How to transfer files to a shared folder using IP address in C# What is network drive in C sharp? Can I use a FILESTREAM to access a network share? How to access files and directory inside network drive? How do I enumerate shared folders on a UNC path? Accessing a netwo