![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I want to install sqlserver 2008. Presently I'll only use it locally along with vs2010 for web development. Some day I may look for a host to put it on the web but not for a while. My questions are: 1): Should I install a default or named instance? |
|
2) What is the advantage of each? |
|
3) Got any other advice? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
1): Should I install a default or named instance? |
|
2) What is the advantage of each? |
|
Business Intelligence Development Studio. Client Tool Connectivity Client tool backward compatability Sql client connectivity SDK Integeration servicesmicrosoft sync framework Integration services |
#5
| |||
| |||
|
|
1): Should I install a default or named instance? Go with the default. Which means that you get a default instance, unless you install Express Edition, in which case you get a named instance called SQLEXPRESS. 2) What is the advantage of each? The ability to have named instance exists to permit multiple instances on a machine. The reason there are default instances are legacy - named instances were introduced in SQL 2000. Business Intelligence Development Studio. aka BIDS |
|
I would recommend that you select all but BIDS. You may think that you don't need Integration Services, but suddenly you want to export or import data. Although I am completely illiterate in SSIS, I always install it. |
#6
| |||
| |||
|
|
BIDS is needed to create SSIS packages, so if you need SSIS, you probably need BIDS, unless you plan to develop packages on a different machine. |
#7
| |||
| |||
|
|
Bob Barrows (reb01501 (AT) NOyahooSPAM (DOT) com) writes: BIDS is needed to create SSIS packages, so if you need SSIS, you probably need BIDS, unless you plan to develop packages on a different machine. Yes, but there are things in SSMS that requires SSIS: Copy Databse Wizard, Export/Import Wizard, Maintenance Plans. |
#8
| |||
| |||
|
|
Erland Sommarskog wrote: Yes, but there are things in SSMS that requires SSIS: Copy Databse Wizard, Export/Import Wizard, Maintenance Plans. Just to clarify: I was not disputing that he might need SSIS. My point was that he might need BIDS in addition to SSIS. |
#9
| |||
| |||
|
|
On Wed, 23 May 2012 15:20:35 -0400, "eternal-september" JoeSulla (AT) roadrunner (DOT) com> wrote: I want to install sqlserver 2008. Presently I'll only use it locally along with vs2010 for web development. Some day I may look for a host to put it on the web but not for a while. My questions are: 1): Should I install a default or named instance? I would think a named instance just in case you decide to install more copies of SQL Server <version> <year> later. 2) What is the advantage of each? From what little I've seen you have to do a little extra work with the connect string. Which wouldn't hurt you at all and would be a very small learning experience. 3) Got any other advice? No because I don't have much real experience like Erland. If he disagrees with me I'd be strongly tempted to go with his advice. smile Tony -- Tony Toews, Microsoft Access MVP Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/ For a convenient utility to keep your users FEs and other files updated see http://www.autofeupdater.com/ |
#10
| |||
| |||
|
|
1): Should I install a default or named instance? Go with the default. Which means that you get a default instance, unless you install Express Edition, in which case you get a named instance called SQLEXPRESS. 2) What is the advantage of each? The ability to have named instance exists to permit multiple instances on a machine. The reason there are default instances are legacy - named instances were introduced in SQL 2000. Business Intelligence Development Studio. Client Tool Connectivity Client tool backward compatability Sql client connectivity SDK Integeration servicesmicrosoft sync framework Integration services I would recommend that you select all but BIDS. To be honest I don't know what "Client tool backward compatability" is, but it will not fill up your disk. You may think that you don't need Integration Services, but suddenly you want to export or import data. Although I am completely illiterate in SSIS, I always install it. -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx |
![]() |
| Thread Tools | |
| Display Modes | |
| |