简体   繁体   English

SQL Server 安装/配置错误

[英]SQL Server installation / configuration error

在此处输入图片说明

When I am installing SQL Server 2008 I get this error:当我安装 SQL Server 2008 时出现此错误:

TITLE: SQL Server 2008 Setup标题:SQL Server 2008 安装程序

There are validation errors on this page.此页面上存在验证错误。 Click OK to close this dialog box.单击确定关闭此对话框。 Review errors at the bottom Setup page, then provide valid parameters or click Help for more information.在底部设置页面查看错误,然后提供有效参数或单击帮助以获取更多信息。

Here, the account name I had selected it by going in Browse -> Advanced -> Find Now option.在这里,我通过浏览 -> 高级 -> 立即查找选项选择的帐户名称。

When I login my window I have no any password option, it starts automatically.当我登录我的窗口时,我没有任何密码选项,它会自动启动。 For this reason I don't provide any password here.出于这个原因,我在这里不提供任何密码。

How can I fix it ??我该如何解决?

Sorry and thanks in advance.抱歉,并提前致谢。

The recommended way is to use a domain account.推荐的方法是使用域帐户。 Next best thing is NT AUTHORITY\\NETWORK SERVICE.下一个最好的事情是 NT AUTHORITY\\NETWORK SERVICE。

[ What service accounts to use when installing SQL Server 2008 on a Dev Box [ 在 Dev Box 上安装 SQL Server 2008 时要使用哪些服务帐户

Uninstall sql server completely by going into control panel,uninstall a program.进入控制面板完全卸载sql server,卸载程序。 Delete folder “Microsoft SQL Server” from c:\\Program Files.从 c:\\Program Files 删除文件夹“Microsoft SQL Server”。 Delete folder c:\\Documents and Settings\\Administrator\\Application Data\\Microsoft\\Microsoft SQL Server.删除文件夹 c:\\Documents and Settings\\Administrator\\Application Data\\Microsoft\\Microsoft SQL Server。 run regedit.exe (Start->Run), and delete key HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SQL Server.运行 regedit.exe(开始->运行),然后删除 HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SQL Server 项。

I too faced the same issue, Simple Solution.. Just check for the administrator account in Windows, Run "net user" in CMD(as administrator) look for Administrator User and you(as another user) and then just select that for the Account Name Column.我也遇到了同样的问题,简单的解决方案.. 只需检查 Windows 中的管理员帐户,在 CMD 中运行“net user”(作为管理员)查找管理员用户和您(作为另一个用户),然后为帐户选择该帐户名称列。 Worked for me.为我工作。

Explanation: your logged in user, is not the admin account , its different but , i guess SQL requires admin rights, and hence requires Administrator account说明:您登录的用户不是管理员帐户,而是不同的,我猜 SQL 需要管理员权限,因此需要管理员帐户

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM