0

What version of the SP1 for SQL Server 2008 do i use for my dev machine? Running Windows 7 x64, but running a x86 version of SQL Server?

SQLServer2008SP1-KB968369-x86-ENU.exe
or
SQLServer2008SP1-KB968369-x64-ENU.exe

Skinner
  • 61
  • 3

3 Answers3

1

You need SQLServer2008SP1-KB968369-x86-ENU.exe, as it is the SQL Server install you are updating, not the OS.

D'Arcy Rittich
  • 167,292
  • 40
  • 290
  • 283
0

SQLServer2008SP1-KB968369-x86-ENU.exe

Preet Sangha
  • 64,563
  • 18
  • 145
  • 216
0

Match the version of SQL Server that you originally installed: x86.

Joe Stefanelli
  • 132,803
  • 19
  • 237
  • 235