I need Power Shell to install to SQL server 2008?
-
Thursday, January 10, 2013 12:50 PMI need install SQL server 2008 in my PC, whit windows XP
All Replies
-
Thursday, January 10, 2013 12:51 PMI need install SQL server 2008 in my PC, whit windows XP
- Merged by Eileen ZhaoMicrosoft Contingent Staff, Moderator Thursday, January 17, 2013 7:17 AM
-
Thursday, January 10, 2013 1:19 PMYou can download Windows Powershell from http://www.microsoft.com/en-us/download/details.aspx?id=7217
Thanks
Manish
Please use Marked as Answer if my post solved your problem and use Vote As Helpful if a post was useful. -
Thursday, January 10, 2013 6:17 PM
If you were looking for a PowerShell script to do an unattended installation of SQL, then it can be achieved by command line scripts as well. The following link can be helpful in building the script to be run from command prompt.
http://msdn.microsoft.com/en-us/library/ms144259(v=sql.105).aspx
Also, please see if the below link helps.
http://stackoverflow.com/questions/7184438/powershell-silent-unattended-install-sql-server-2008
Hima, To help the community better identify relevant thread, please don't forget to mark as answer or vote as helpful if and answer helps.
-
Thursday, January 10, 2013 6:33 PMModerator
I am not sure if you are looking for a PowerShell script to install SQL 2008 or if you are asking if it is a pre-requisite. Hima Nagisetty post provides links for scripts to install and SQL 2008 does require that PowerShell be installed as a prerequisite.
David Dye http://sqlsafety.blogspot.com/
-
Thursday, January 10, 2013 6:58 PM
Powershell needs to be explicitly installed prior to installed SQL Server express edition only. Please look at the Software requirements for SQL server at http://msdn.microsoft.com/en-us/library/ms143506(v=sql.100).aspxHima, To help the community better identify relevant thread, please don't forget to mark as answer or vote as helpful if and answer helps.
- Marked As Answer by Eileen ZhaoMicrosoft Contingent Staff, Moderator Thursday, January 17, 2013 8:14 AM

