Login failed for user 'volkan'. The user is not associated with a trusted SQL Server connection. (Microsoft SQL Server, Error: 18452)
04 Kasım 2008 SalıPosted by
Volkan
0 Comments
Login failed for user 'volkan'. The user is not associated with a trusted SQL Server connection.
(Microsoft SQL Server, Error: 18452)
Sql Server 2005 de login olmak istediğinizde bu hatayı alıyorsanız sebebi Login modun uygun olmamasıdır. Bunun için;
Microsofta bakabilirsiniz.
http://support.microsoft.com/kb/555332
Ayrıca , MSSMS ile Databse bağlantısı açtıktan sonra ( win authentication)
1. üzerine sağ tıklayıp Property
2. Security
3. Server authentication mode : SQL Server and Windows Authentication mode seçin.
4. Login auditing : Failed logins only
5. Sql serveri yeniden başlatın.