Tagged Questions
The sql-authentication tag has no wiki summary.
2
votes
7answers
1k views
Connect to domain SQL Server 2005 from non-domain machine
I asked a question a few days ago (http://stackoverflow.com/questions/2795723/access-to-sql-server-2005-from-a-non-domain-machine-using-windows-authentication) which got some interesting, but not ...
1
vote
1answer
26 views
Web server to SQL Server integrated authentication
I want to find a solution whereby my user account is passed on via a website to authenticate to a remote SQL server instance.
So if my account name is Domain\Yaqoub, then when I browse my web page ...
0
votes
1answer
32 views
SQL Server 2005 query results differ for different AD accounts using same SQL login
There are two AD accounts, admin1 and admin2. Both are logged in to identical machines, both open SQL Server Management Studio and log in as the same SQL user to the same SQL server (using SQL Server ...
0
votes
3answers
211 views
Error in ASP.NET (Server Error in '/' Application.)
for about month I'm trying to solve this problem which is driving me mad, so i said to myself let me post it on this site so may some one could help me.
let's get to the point
my program is asp.net ...
0
votes
2answers
297 views
SQL Server 2005 Remote Login Permissions
I have a user Sql Authentication account that has remote access to my database server. The user has a default database, and is only able to access or modify that DB. So far so good. However, I'd ...
0
votes
1answer
57 views
Attaching catalog with SQL Authentication credentials attaches it as Read-Only
As part of our product's installation process, a database is attached to the server.
We use EXEC sp_attach_db in order to attach it to MSSQL.
The problem occures when we try to attach it with "SQL ...
0
votes
4answers
204 views
How to Suppress SQL Authentication
I am really stumped on this, I am not sure if someone can at least point me in the right direction?
I have an MS Access Reporting Application. It has a few local tables in it but predominantly ...
0
votes
1answer
144 views