February 26, 2015 at 6:52 am
Hi All,
I am new to SqlServer and want to install "Client" only.
I don't want local DB, rather will use a remote box(which will have SQL server installed) for DB access. As installing locally entire SQLServer is consuming lot of system resource.
I also will use "BCP utility" etc for bulk insert and need "SQL Management Studio".
as oracle gives only client package to install.
Ex.
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html
Can any body guide me to the link or can provide screenshot etc.
Thanks in advance.
February 26, 2015 at 7:49 am
You could do use this command line
<drive>:\setup.exe /ACTION=INSTALL /IAcceptSQLServerLicenseTerms="True" /FEATURES=BC,CONN,ADV_SSMS
This will install the following
BC = Basic Compatibility
CONN = Connectivity components
ADV_SSMS = Full SSMS install
That should be all you really require, though you could add a ,BOL for books on line if you really want.
Check out this TechNet article (Ps the Features settings are towards the very bottom)
https://msdn.microsoft.com/en-us/library/ms144259(SQL.100).aspx
_________________________________________________________________________
SSC Guide to Posting and Best Practices
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply