På yggenyk.dk bruger vi cookies til at give dig en god oplevelse og til at indsamle statistik, der kan være med til at forbedre brugeroplevelsen. Hvis du klikker på et link på yggenyk.dk, accepterer du samtidig vores cookiepolitik.
SQL Server troubleshooting: Difference between revisions
No edit summary |
|||
Line 2: | Line 2: | ||
[[Category:Software development]] | [[Category:Software development]] | ||
==Reasons why SQL server installation will fail== | ==Reasons why SQL server installation will fail== | ||
==== | ====A reboot is pending==== | ||
If something else like a Windows update, ore another program that requires a reboot was installed before SQL server, and scheduled the rest of .dll replacements to happen during next reboot.<br> | |||
Reboot PC before installing SQL server, if it fails, try to reboot again and try once more. | |||
====Regional settings not is same as Windows language type==== | ====Regional settings not is same as Windows language type==== | ||
Line 13: | Line 13: | ||
After installing regional settings can be set back. | After installing regional settings can be set back. | ||
==== | ====Username is the same as Computername==== | ||
* [http://support.microsoft.com/kb/310845/en-us Error Message: The User Name May Not Be the Same as the Computer Name...] | |||
* [http://connect.microsoft.com/SQLServer/feedback/details/375231/installing-sql-server-2008-with-user-name-that-equals-computer-name-fails# Installing SQL Server 2008 with user name that equals computer name fails] | |||
<google>ENGELSK</google> | <google>ENGELSK</google> |
Revision as of 06:54, 29 December 2012
Reasons why SQL server installation will fail
A reboot is pending
If something else like a Windows update, ore another program that requires a reboot was installed before SQL server, and scheduled the rest of .dll replacements to happen during next reboot.
Reboot PC before installing SQL server, if it fails, try to reboot again and try once more.
Regional settings not is same as Windows language type
If Regional settings isn't same as Windows language type SQL server will fail to install.
If Windows is (US) the users Regional settings should also be English (US).
The same goes for other regioanl versions of windows.
FIX: If not set regional settings to same as Windows version install SQL server again.
After installing regional settings can be set back.
Username is the same as Computername
- Error Message: The User Name May Not Be the Same as the Computer Name...
- Installing SQL Server 2008 with user name that equals computer name fails
<google>ENGELSK</google>