积极答复者
SQL Server 2005 的用户名和密码

问题
-
我刚刚安装完 SQL Server 2005 在安装应用程序服务器端时需要验证用户名和密码 不知应填什么 因为在安装时用的是windows 验证 而不是混合验证 sa不可用
求解 急 Thanks very much!- 已编辑 yangguanga 2012年3月14日 7:01
答案
-
You should create sql login for current domain account in sql server, then choose windows authentication in app installation. If it requires sql authentication, have to enable it in sql and create sql login then run app installation.
- 已标记为答案 Molly Chen_Moderator 2012年3月21日 2:07
-
你好,
如果你要使用SQL 验证,请参照下面连接的方法修改验证模式。
http://msdn.microsoft.com/en-us/library/ms188670(v=sql.90).aspx
Thanks.
Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.
- 已标记为答案 Molly Chen_Moderator 2012年3月21日 2:07
-
請問你問的是SQL Server服務啟動帳戶嗎?或許可以參考下面的文章。
http://msdn.microsoft.com/zh-tw/library/ms345578(v=sql.90).aspx
http://msdn.microsoft.com/zh-tw/library/ms143504(v=sql.90).aspx
以上說明若有錯誤請指教,謝謝。
http://www.dotblogs.com.tw/terrychuang/- 已标记为答案 Molly Chen_Moderator 2012年3月21日 2:07
全部回复
-
You should create sql login for current domain account in sql server, then choose windows authentication in app installation. If it requires sql authentication, have to enable it in sql and create sql login then run app installation.
- 已标记为答案 Molly Chen_Moderator 2012年3月21日 2:07
-
你好,
如果你要使用SQL 验证,请参照下面连接的方法修改验证模式。
http://msdn.microsoft.com/en-us/library/ms188670(v=sql.90).aspx
Thanks.
Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.
- 已标记为答案 Molly Chen_Moderator 2012年3月21日 2:07
-
請問你問的是SQL Server服務啟動帳戶嗎?或許可以參考下面的文章。
http://msdn.microsoft.com/zh-tw/library/ms345578(v=sql.90).aspx
http://msdn.microsoft.com/zh-tw/library/ms143504(v=sql.90).aspx
以上說明若有錯誤請指教,謝謝。
http://www.dotblogs.com.tw/terrychuang/- 已标记为答案 Molly Chen_Moderator 2012年3月21日 2:07