aspnet_regsql.exe
-
one of my site is running online.I want to configure my online sql server database for application services.I know to do it locally but dont know how to do online.i did following steps: >i selected configure sql server for application services. >give database name and selected sql server authentication mode,give username and password >but it does not show the list of database n shows error: "failed to query list of database name from sqlserver.login failed for user. the user is not associated with trusted sql server connection." Tell me what to do n where m i wrong....thank's
-
one of my site is running online.I want to configure my online sql server database for application services.I know to do it locally but dont know how to do online.i did following steps: >i selected configure sql server for application services. >give database name and selected sql server authentication mode,give username and password >but it does not show the list of database n shows error: "failed to query list of database name from sqlserver.login failed for user. the user is not associated with trusted sql server connection." Tell me what to do n where m i wrong....thank's
I think this is the permission issue. Does your server is installed in a Mixed mode.. I mean can you connect with the same user from the Management Console ? Check this : http://support.microsoft.com/kb/889615 :-D
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Windows7 API Code Pack
Simplify Code Using NDepend
Basics of Bing Search API using .NET -
I think this is the permission issue. Does your server is installed in a Mixed mode.. I mean can you connect with the same user from the Management Console ? Check this : http://support.microsoft.com/kb/889615 :-D
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Windows7 API Code Pack
Simplify Code Using NDepend
Basics of Bing Search API using .NET