SQL Server 2008:配置信息

发布于 2024-09-26 02:06:04 字数 218 浏览 2 评论 0原文

我的开发机器上安装了 sql server 2008。我如何弄清楚服务器的名称等信息,我是使用 Windows 身份验证还是使用 sql 身份验证连接到它。如果我使用 sql auth 连接,我的帐户信息是什么。我不久前设置了它,但我不知道如何读取所有 sql server 安装和配置信息。我正在尝试安装 Vault 并尝试连接到 sql server,但我不知道计算机上的 sql server 名称、登录凭据等信息。

I have sql server 2008 installed on my dev machine. How I figure out things like, the name of the server, do I connect to it using windows auth or using sql auth. If I connect using sql auth what is my account information. I set it up a while back and I dont know how to read all the sql server install and configuration information. I am trying to install Vault and its trying to connect to sql server and I dont know things like sql server name, login credentials on my machine.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月亮坠入山谷 2024-10-03 02:06:05

您的本地计算机可以指定为 (local)localhost 甚至只是 .(句点)作为 SQL Server(计算机)名称。

如果您可以使用 Windows 身份验证连接到 SQL Server - 这可能是最简单的方法。所以只要尝试一下是否有效,如果有效,那就完美了!

否则,您需要找出本地服务器上的 sa(系统管理员)帐户使用的密码 - 这基本上是您一切的关键。如果您不再知道该密码...您可能需要重新安装 SQL Server 才能找回该密码。

Your local machine can be specified as (local) or localhost or even just . (a period) as the SQL Server (machine) name.

If you can connect to SQL Server using Windows auth - that's probably the easiest way to go. So just try if that works, and if it does - perfect!

Otherwise, you need to find out what your sa (system administrator) account on your local server uses as a password - that's your key to everything, basically. If you don't know that password anymore.... you might need to reinstall SQL Server to get that password back.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文