Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2005
»
Administering
»
Sql server enterprise edition installation...
Sql server enterprise edition installation failure
Rate Topic
Display Mode
Topic Options
Author
Message
luckysql.kinda
luckysql.kinda
Posted Tuesday, September 15, 2009 2:34 AM
Old Hand
Group: General Forum Members
Last Login: Thursday, May 23, 2013 10:41 PM
Points: 310,
Visits: 649
My system configuration is as follows:
Microsoft Windows XP, Version 2002, Service Pack 3
Intel(R) Core(TM)2 Duo CPU
T7250 @2.00GHz
1.99GHz, 1.95 GB of RAM
I want to install sql server enterprize edition. (I know that some of you will have the concern as why I am installing Enterprise edition on this comp but this is what my client wants and I can't do anything
.) This gives a warning that there is some hardware incompatibility. The computer is behind firewall.
Eventhough I ignore this error, I install this. But when I try to find out sqlserver and sqlagent services then those are missing.
Is this an issue because of firewall or hardware compatibility.
Following are the requirements for enterprise edition:
Processor - 600MHz Pentium III– compatible or faster processor; 1GHz or faster processor recommended Memory - 512MB of RAM or more; 1GB or more recommended
Operating system- Microsoft Windows 2000 Server with SP4 or newer; Windows
2000 Professional Edition with SP4 or newer; Windows XP with SP2 or newer;
Windows Server 2003 Enterprise Edition, Standard Edition, or Datacenter Edition
with SP1 or newer; Windows Small Business Server 2003 with SP1 or newer
-LK
Post #787980
Silverfox
Silverfox
Posted Tuesday, September 15, 2009 3:02 AM
SSCrazy
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 6:50 AM
Points: 2,719,
Visits: 1,065
Sorry to disappoint you, but on XP you will only be able to install the workstation components. You need a server OS to install enterprise edition.
If your client needs enterprise functionality, you will have to use developer edition, but even then if this is to be used as production box. you will need to install a server OS, get enterprise on it and licensed.
--------------------------------------------------------------------------------------
Recommended Articles on How to help us help you and
solve commonly asked questions
Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden
Managing Transaction Logs by Gail Shaw
How to post Performance problems by Gail Shaw
Help, my database is corrupt. Now what? by Gail Shaw
Post #787998
free_mascot
free_mascot
Posted Tuesday, September 15, 2009 3:04 AM
SSCommitted
Group: General Forum Members
Last Login: Today @ 1:46 AM
Points: 1,772,
Visits: 1,319
You have not mention which sql server enterprise edition are you installing.... 2000,2005, or 2008?
You are getting correct error "Hardware compatability".
sql 2005 EE do not support winxp refer link below:
http://msdn.microsoft.com/en-us/library/ms143506(SQL.90).aspx
HTH
---------------------------------------------------
"Thare are only 10 types of people in the world:
Those who understand binary, and those who don't."
Post #788000
luckysql.kinda
luckysql.kinda
Posted Tuesday, September 15, 2009 3:22 AM
Old Hand
Group: General Forum Members
Last Login: Thursday, May 23, 2013 10:41 PM
Points: 310,
Visits: 649
I am installing sql server 2005.
Silverfox, sql server enterprise edition can be installed on windows xp as well.
I am a bit concerned here with my cpu. Can anyone reply back if I can have my Sql server 2005 Enterprise Edition installed successfully with my cpu Intel(R) Core(TM)2 Duo CPU T7250 @2.00GHz 1.99GHz?
-lk
Post #788013
Silverfox
Silverfox
Posted Tuesday, September 15, 2009 3:26 AM
SSCrazy
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 6:50 AM
Points: 2,719,
Visits: 1,065
luckysql.kinda (9/15/2009)
I am installing sql server 2005.
Silverfox, sql server enterprise edition can be installed on windows xp as well.
I am a bit concerned here with my cpu. Can anyone reply back if I can have my Sql server 2005 Enterprise Edition installed successfully with my cpu Intel(R) Core(TM)2 Duo CPU T7250 @2.00GHz 1.99GHz?
-lk
erm, have to disagree with you there lucky, i just tried to install it on a laptop with xp pro, went through the installation, all options were grayed out except for workstation components.
I would suggest that you read the link that mascot kindly provided...
--------------------------------------------------------------------------------------
Recommended Articles on How to help us help you and
solve commonly asked questions
Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden
Managing Transaction Logs by Gail Shaw
How to post Performance problems by Gail Shaw
Help, my database is corrupt. Now what? by Gail Shaw
Post #788019
luckysql.kinda
luckysql.kinda
Posted Tuesday, September 15, 2009 4:32 AM
Old Hand
Group: General Forum Members
Last Login: Thursday, May 23, 2013 10:41 PM
Points: 310,
Visits: 649
Yes Silverfox,
There is a book titled "MCTS Microsoft SQL Server 2005 Implementation and Maintenance Study Guide Exam 70-431 (2006)". Here TABLE 1 . 3
"Developer/Standard/Enterprise Edition Requirements" says that 32 bit sql server 2005 Express edition can be installed on Windows XP with SP2 or newer. This created confusion.
The link provided by mascot says that
"Because Windows XP Service Pack 3 (SP3) was released after this documentation set was published, the operating system information on this page is not fully up to date at this time. SQL Server 2005 is supported on Windows XP SP3 (except for Enterprise Edition)."
-lk
Post #788051
Silverfox
Silverfox
Posted Tuesday, September 15, 2009 4:36 AM
SSCrazy
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 6:50 AM
Points: 2,719,
Visits: 1,065
luckysql.kinda (9/15/2009)
Yes Silverfox,
There is a book titled "MCTS Microsoft SQL Server 2005 Implementation and Maintenance Study Guide Exam 70-431 (2006)". Here TABLE 1 . 3
"Developer/Standard/Enterprise Edition Requirements" says that 32 bit sql server 2005 Express edition can be installed on Windows XP with SP2 or newer. This created confusion.
The link provided by mascot says that
"Because Windows XP Service Pack 3 (SP3) was released after this documentation set was published, the operating system information on this page is not fully up to date at this time. SQL Server 2005 is supported on Windows XP SP3 (except for Enterprise Edition)."
-lk
Thanks lucky for clarifying that enterprise cannot be installed on XP.
--------------------------------------------------------------------------------------
Recommended Articles on How to help us help you and
solve commonly asked questions
Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden
Managing Transaction Logs by Gail Shaw
How to post Performance problems by Gail Shaw
Help, my database is corrupt. Now what? by Gail Shaw
Post #788052
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.