My application’s bootstraper downloads and install SQL Server Express, up to this part everything is fine. My issues are:
I want to install it with such parameter that the sa password is set as my given password, instead user has to use SSMSE and change it.
In Status, Setting are done automatically as ‘Permission to Connect to DB Engine is Grant and ‘Login’ is Enabled (by default it is Disabled)
SQL Server Browser Service should be ‘running’
User should not need to use SQL Server Surface Area Config.and It should automatically set to ‘Local and Remote Connections’ with Using TCP / IP only’
Please advise how to achieve these goals.
Thanks
/SAPWDand read the description: Specifies the password for the SQL Server sa account. – ta.speot.is Jan 19 at 8:26