setup and deployment sql server 2005 database along with Setup file
-
we developed windows application using C#,and we created setup file(Using Installer Class also ) for this ,this setup runnig succes fully in my machine ,but problem it was not runnig in Client Machine ,it is showing error " login Failed User is Not Trusted user " . How Can Connect client Sql Server 2005 .Could u Please help me.
-
we developed windows application using C#,and we created setup file(Using Installer Class also ) for this ,this setup runnig succes fully in my machine ,but problem it was not runnig in Client Machine ,it is showing error " login Failed User is Not Trusted user " . How Can Connect client Sql Server 2005 .Could u Please help me.
From the error message, I presume you're using Windows Authentication to connect to SQL Server. You have two options here, 1) Add the client's login as a trusted user in SQL Server. (This will only work if you're in domain and the client is also a user in the same domain) 2) Use SQL Server Authentication. (Use a username and password to connect to SQL Server) Thanks.
-
we developed windows application using C#,and we created setup file(Using Installer Class also ) for this ,this setup runnig succes fully in my machine ,but problem it was not runnig in Client Machine ,it is showing error " login Failed User is Not Trusted user " . How Can Connect client Sql Server 2005 .Could u Please help me.
and also try this one... http://www.banmanpro.com/support/sql2k.asp[^] Hope this helps you ;)
ZAK