To add an integrated SQL Server login, see the "sp_grantlogin" topic in SQL Server Books Online.
要添加集成的SQL Server登录,请参阅sQL Server联机丛书中的“sp_grantlogin”主题。
If the SQL Server 2008 login name was not set up for SQL Server authentication, then you will see the error shown in Listing 1 in the SystemOut.log file.
如果没有针对SQL Server身份验证而设置SQL Server 2008登录名,那么您将在SystemOut . log文件中看到清单1所示的错误。
Note to add a standard SQL Server login, see the "sp_addlogin" topic in SQL Server Books Online.
注意:要添加标准SQL Server登录,请参阅sQL Server联机丛书中的“sp_addlogin”主题。
To get more details on why SQL server 2008 failed to login sqlserveruser, you can review the log files on SQL server 2008.
要详细了解sql server 2008为何无法让sqlserveruser登录,可以检查sql server 2008上的日志文件。
If a standard SQL server login does not exist on the new SQL server server, you can add the login with a NULL password.
如果新的SQL Server服务器上不存在标准的SQL Server登录,则会添加密码为空的登录。
If you are trying to connect using SQL Server Authentication, verify that SQL Server login exists and that you have spelled it properly.
如果您正试图连接使用SQL Server身份验证,验证sQL Server登录名是否存在,以及你拼写正确。
If you are trying to connect using SQL Server Authentication, verify that SQL Server login exists and that you have spelled it properly.
如果您正试图连接使用SQL Server身份验证,验证sQL Server登录名是否存在,以及你拼写正确。
应用推荐