I'm trying to install SQL Express Advanced Services from the commandline, but cannot get Management tools to install.
Does anyone know the correct commandline to get this to work
thanks,
Daren
I'm trying to install SQL Express Advanced Services from the commandline, but cannot get Management tools to install.
Does anyone know the correct commandline to get this to work
thanks,
Daren
SQL Express Advanced commandline install
MESSA
I was trying to add SQL_Tools90 to the ADDLOCAL entry because that is the entry for SQL Std Edition.
thanks,
Daren
AndyS
Ah, ok, that's the problem. The tag for Management Studio Express is SQL_SSMSEE. Here is the snippet from template.ini for the Express SKU's.
; -------------------------------------------------------------------
; List of features and their ADDLOCAL properties for Express edition.
; SQL Server Database Services SQL_Engine
; Data Files SQL_Data_Files
; Replication SQL_Replication
; Client Components Client_Components
; Connectivity Components Connectivity
; Software Development Kit SDK
;--------------------------------------------------------------------
; List of features and their ADDLOCAL properties for Express Edition with Advanced Services.
; SQL Server Database Services SQL_Engine
; Data Files SQL_Data_Files
; Replication SQL_Replication
; Full-Text Search Engine SQL_FullText
; Reporting Services RS_Server
; Report Manager RS_Web_Interface
; Client Components Client_Components
; Connectivity Components Connectivity
; Software Development Kit SDK
; Management Studio Express SQL_SSMSEE
; -------------------------------------------------------------------
; List of features and their ADDLOCAL properties for Express Edition Toolkit.
; Client Components Client_Components
; Connectivity Components Connectivity
; Software Development Kit SDK
; Business Intelligence Development Studio SQL_WarehouseDevWorkbench
; Management Studio Express SQL_SSMSEE
; -------------------------------------------------------------------
BoulderGent
karande23
Can you supply us with your command line so we can help troubleshoot My guess is that you are missing it from the ADDLOCAL tag.
Thanks,
Sam Lester (MSFT)