October 24, 2016 at 7:08 am
is it always better to add database features like analysis services and integration tools and reporting services
when installing sql server instance, and it wont complicate and cause issues on the databases or the instance
October 24, 2016 at 7:42 am
sqlserverDBA2016 (10/24/2016)
is it always better to add database features like analysis services and integration tools and reporting serviceswhen installing sql server instance, and it wont complicate and cause issues on the databases or the instance
Install the aspects of SQL Server that you need - you can add features later, if required. If you have no need for analysis services, reporting services or SSIS then don't bother - it just increases the amount of resources, monitoring and maintenance required for no gain.
However, on a personal dev system I install everything so I can play with whatever pieces I feel the urge to, without having to go back and install additional parts.
October 24, 2016 at 8:17 am
BrainDonor (10/24/2016)
sqlserverDBA2016 (10/24/2016)
is it always better to add database features like analysis services and integration tools and reporting serviceswhen installing sql server instance, and it wont complicate and cause issues on the databases or the instance
Install the aspects of SQL Server that you need - you can add features later, if required. If you have no need for analysis services, reporting services or SSIS then don't bother - it just increases the amount of resources, monitoring and maintenance required for no gain.
However, on a personal dev system I install everything so I can play with whatever pieces I feel the urge to, without having to go back and install additional parts.
Except for SSAS, where you have to decide between tabular and multidimensional ... I'd like to play with tabular, but I can't. I guess I could create a separate instance, but what a hassle.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
October 24, 2016 at 8:30 am
Is it easy to add them later, it isn't more complicated
October 24, 2016 at 8:31 am
BrainDonor (10/24/2016)
sqlserverDBA2016 (10/24/2016)
is it always better to add database features like analysis services and integration tools and reporting serviceswhen installing sql server instance, and it wont complicate and cause issues on the databases or the instance
Install the aspects of SQL Server that you need - you can add features later, if required. If you have no need for analysis services, reporting services or SSIS then don't bother - it just increases the amount of resources, monitoring and maintenance required for no gain.
However, on a personal dev system I install everything so I can play with whatever pieces I feel the urge to, without having to go back and install additional parts.
In high contrast to that, I install everything and simply turn off services.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2016 at 2:56 pm
Is adding the features later same as when installing SQL server
And it's not more xomplicated
October 24, 2016 at 3:41 pm
sqlserverDBA2016 (10/24/2016)
Is adding the features later same as when installing SQL serverAnd it's not more xomplicated
I think that Jeff's point of view is that it's safer to reconfigure a (working) production server's services than to install additional software on it.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
October 24, 2016 at 4:31 pm
So u agree that it's better to install it when installing SQL server
October 24, 2016 at 5:11 pm
sqlserverDBA2016 (10/24/2016)
So u agree that it's better to install it when installing SQL server
If it's a development machine, I wouldn't worry about it one way or the other, but for a production server, yes.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
October 24, 2016 at 6:23 pm
Phil Parkin (10/24/2016)
sqlserverDBA2016 (10/24/2016)
Is adding the features later same as when installing SQL serverAnd it's not more xomplicated
I think that Jeff's point of view is that it's safer to reconfigure a (working) production server's services than to install additional software on it.
Correct. Easier, as well. Just right click on the service and enable it. No need to go through a feature install. Doesn't take many resources at all when disabled.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 25, 2016 at 5:34 am
Thanks mate
Just can I confirm, the ssas and ssrs and ssis can they be disabled from services after being installed
October 25, 2016 at 5:38 am
sqlserverDBA2016 (10/25/2016)
Thanks mateJust can I confirm, the ssas and ssrs and ssis can they be disabled from services after being installed
Confirmed. Though I tend to use SQL Server Configuration Manager for such things.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
October 25, 2016 at 5:45 am
And can u please tell me how to disable them
October 25, 2016 at 6:27 am
sqlserverDBA2016 (10/25/2016)
And can u please tell me how to disable them
Right-click the service you want to disable, select Properties and then, on the General tab, set Startup Type to 'Disabled'. The service won't start again until this is changed.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
October 25, 2016 at 1:53 pm
hey guys i was reading oi the microsoft installation guide and it said the following about installing database features:
In this step, you can choose what features to install. It is highly recommend NOT to choose all the features on a production server if you don't need them. Choose only the features that you need or might need. Conversely you might want to select all using a development server in order to give you more flexibility in your development environment. Once you choose to use another feature you will be able to add it in production later on.
its a bit confusing now , cos i wanna install the ssas and ssis and ssrs but because im doing straight on the new server and not enough time is provided for testing, on the other hand i dont wanna reinstall them later on a running production server.
The other thing i wanna check , is if i wanna disable them how would i do that , is it right click services and disable
Viewing 15 posts - 1 through 15 (of 21 total)
You must be logged in to reply to this topic. Login to reply