All Questions
Tagged with authentication schema
3 questions
0
votes
0
answers
1k
views
Am I on the right track for a customer user login database design?
I am designing a back end database that will handle registration and login. I need to be able to deal with different account and authentication types.
The main issue here, that is different from ...
1
vote
1
answer
194
views
Default Schema Problems on server
When i connect to SSMS on my server through remote desktop and query my database using:
SELECT * FROM [sys].[database_principals] WHERE [principal_id] = USER_ID()
I am getting the correct results (...
5
votes
1
answer
183
views
Always being logged in as SA and not Windows account
First off i would like to appologise if i sound stupid as i do not have much knowladge of SQL Server.
I have recently started a project working with SQL Server 2008 R2. I have access to the database ...