To install SQL Server 2008 plus SP1 on Win 7 machines, you have the following options:
1) install the deployment (runtime only - no management tools) version with SP1 built in
2) install the pre-SP1 version (with tools), then upgrade to SP1 (either by downloading SP1, or running windows update -- in either case a 262 MB download, because SP1 is for all editions of SQL server, not just the express edition)
Discussed in this article: social.msdn.microsoft.com/Forums/en-US/sqlexpress/thread/6b31a657-fe8a-4d72-a82f-b795f8b1daa3
"Microsoft Update experience far superior to having to run through the installer (again) and recomend using this approach rather than downloading and running the SP manually."
...except that is 262 MB a pop.
3) I then found a SP1 download here: http://blogs.msdn.com/b/sqlexpress/archive/2009/05/14/installing-sql-server-express-on-windows-7-release-candidate.aspx
Does SQL Server Express 2008 R2 eliminate the need for this process?
-
SQL 2008 R2 is a completely new release so in that sense yes, it does. R2 is not a service pack to SQL 2008 so be aware that you'll be doing a version upgrade if you do have SQL 2008 installed anywhere already.
d3vid : that answers my question, thanks!From squillman
0 comments:
Post a Comment