|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 6:36 AM
Points: 306,
Visits: 1,015
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, December 05, 2012 5:48 AM
Points: 8,
Visits: 61
|
|
| If you are using SSMS from your desktop, I've noticed that you cannot manage maintenance plans. How would you do that in this scenario?
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 6:36 AM
Points: 306,
Visits: 1,015
|
|
Because the Windows Core server has no GUI, you need to run SSMS from your desktop. You should be able to do all your work from there. Make sure you are using an id that has all the proper rights.
Also, SQL 2008R2 installed on Windows Core is not supported by Microsoft. Only their new version 2012 is supported to run under Core.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, December 05, 2012 5:48 AM
Points: 8,
Visits: 61
|
|
Good to know, thanks.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, November 18, 2011 1:15 PM
Points: 1,
Visits: 1
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, July 10, 2012 3:43 PM
Points: 1,
Visits: 12
|
|
| So shall we conclude that it is not possible to install SQL 2008 R2 on Windows Core 2008 R2? I did try to do it following described steps but SQL installation ended with error when NetFx35 role has come into the game. SQL installer needs .Net 3.5 SP1 but it is not on the list of existing features. Please do correct me if this is not correct.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 6:36 AM
Points: 306,
Visits: 1,015
|
|
Hey you are correct, SQL 2008R2 is not supported on Windows Core but you can install it. The purpose of this exercise was to learn more about how SQL server works on Windows Core. I do not recomment using this unsupported installation and since SQL 2012 is now available you should play with that on Core.
Thanks,
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 6:36 AM
Points: 306,
Visits: 1,015
|
|
VladaL (7/8/2012) So shall we conclude that it is not possible to install SQL 2008 R2 on Windows Core 2008 R2? I did try to do it following described steps but SQL installation ended with error when NetFx35 role has come into the game. SQL installer needs .Net 3.5 SP1 but it is not on the list of existing features. Please do correct me if this is not correct.
Your conclusion is incorrect as you can install SQL 2008R2 onto Windows Core. The issue you are having is explained in the article. See below.
Finally click on “Add or Remove Roles”. There are many roles and features you can install but .NET is what you will need to get the SQL Server installation going. Scroll down the list until you see “NetFx3-ServerCore”, select it and click on apply. Once completed you will be ready to install SQL server.
Since SQL 2012 is now available, you should try install it onto Core. The purpose of this article was to show that you can install SQL 2008R2 onto Core and to allow you to play with SQL and Core.
Thanks,
|
|
|
|