SQL server installation from command line and configuration file
-
Thursday, March 07, 2013 8:23 PM
I would like to try use command line and configutionfile to install SQL server.
I read I should put the commandline fine in the root of installation file.
We have a shared folder that has all the installation file on the network, I don't have write permission on that folder. I don't want to copy those installation files to my local too, then what other options can I do?
I tried to add in the command line to change the directory to the installation files location at start, but since it is a shared directory, I got an error: CMD does not support UNC paths as current directories.
Any recommendations?
Thanks
SQLFriend
All Replies
-
Thursday, March 07, 2013 8:56 PM
Check if below helps in any way for your requirement
-
Thursday, March 07, 2013 9:17 PM
I searched about that one too. But it is not what I meant.SQLFriend
- Marked As Answer by SPFriend Thursday, March 14, 2013 4:14 PM
-
Monday, March 11, 2013 3:13 AMModerator
Hi SPFriend,
Please run CMD windows as administrator and use pushd command to access remote folder. For more detail information, please refer to the following link:
Allen Li
TechNet Community Support- Proposed As Answer by Allen Li - MSFTModerator Thursday, March 14, 2013 1:16 AM
-
Thursday, March 14, 2013 4:14 PMYes, that was I figured out too. Thanks.
SQLFriend


