Hi David,
Is the MS SQL Express instance you mentioned on the same machine on which you're running the install?
If yes, can you please confirm that you're entering the SQL Server instance name in either of the following two formats:
1. <ComputerName\InstanceName> example: mycomputer\sqlexpress
2. .\<InstanceName> example: .\sqlexpress
BTW, I'm not sure I understood which OS you have.
Regards,
Harsh
No, the SQL Server instance information is not case sensitive.
On Vista and Win 2008 Server the Setup.exe needs to be explicitly run as admin. Our Beta 1 installer does not support automatic elevation. So even if you've logged-in as admin you need to launch Setup.exe by right-clicking and selecting "Run as administrator". Could you please try this?
Yes. Could you please check the following:
1. The target SQL Server instance has Windows or Mixed Mode authentication enabled.
2. The user running the install has his login added to the target SQL Server instance.
3. The login is a member of the following roles:
a. dbcreator
b. securityadmin
c. serveradmin
If all of the above are true and you're still getting the same error even after explicitly launching Setup.exe as an admin, could you please try creating a new database through the SQL Server Management Studio?