Αποτελέσματα Αναζήτησης
2 Σεπ 2021 · Using a domain account as your SQL Server service account will allow the server to access a network share on the same domain, but if the network share is not on your domain, like an Azure File Share, you need a different solution.
7 Οκτ 2016 · net use z: \\HOST\FOLDER pa$$word /user:DOMAIN\USER /savecred /p:yes I want to map my z: drive to the FOLDER shared folder on HOST. I want to connect as another user account I have [/user] by the name of USER that's stored on the DOMAIN domain with a password of pa$$word.
23 Μαρ 2016 · net use [{DeviceName | *}] [\\\\ComputerName\ShareName[\volume]] [{Password | *}]] [/user:[DomainName\]UserName] [/user:[DottedDomainName\]UserName] [/user: [UserName@DottedDomainName] [/savecred] [/smartcard] [{/delete | /persistent:{yes | no}}] So, I would expect your command to look like this: EXEC xp_cmdshell 'NET USE H: \\568.256.8.358 ...
10 Αυγ 2022 · For example: You can write the above statement as follows: EXEC xp_cmdshell 'net use z: \192.168.1.1\shareddrive /user:YOURUSERNAME PASSWORD' Once you run the above code it will map your shared folder share drive from the server 192.168.1.1 to the local system as a Z: drive.
2 Σεπ 2021 · Using a local service account for your SQL Server service, your server won’t automatically have permissions to access to other network resources like UNC paths. Most commonly, this is needed to be able to perform backups directly to a network share.
29 Δεκ 2017 · I have s server in which I do backup to a network share and did not mount-map any remote share. I did so by giving access rights on the remote share permissions tab to the windows server running sql server like SERVER$
The syntax of this command is: NET SHARE sharename sharename=drive:path [/GRANT:user,[READ | CHANGE | FULL]] [/USERS:number | /UNLIMITED] [/REMARK:"text"] [/CACHE:Manual | Documents| Programs | BranchCach e | None] sharename [/USERS:number | /UNLIMITED] [/REMARK:"text"] [/CACHE:Manual | Documents | Programs | BranchCache | None] {sharename ...