I want to attach a sql.mdf
file with database I have, but I get the following error; I also run it as administrator but still get that error
I get SQL Server remote error
I apply SQLServer2008SP1-KB968369-x86-ENU but I get error no the SQL Server service instance or feature update
My system is service pack 1
SELECT
SERVERPROPERTY('productversion') as 'Product Version',
SERVERPROPERTY('productlevel') as 'Service Pack',
SERVERPROPERTY('edition') as 'Edition',
SERVERPROPERTY('instancename') as 'Instance',
SERVERPROPERTY('servername') as 'Server Name
It returns the following result
10.0.2531.0 SP1 Express Edition NULL SALMANRAJPOOT
I'm very disappointed from all these error my system is 32 bit and my visual studio 2010 and windows 7