Types of Authentications in Sql Server? How user gets authenticated through windows authentication?
Answer / Munnakumar
There are two main types of authentications in SQL Server: Windows Authentication and SQL Server Authentication. Windows Authentication relies on the security principals of the operating system to authenticate users, while SQL Server Authentication uses usernames and passwords stored within the SQL Server instance. When a user attempts to connect to a SQL Server instance using Windows Authentication, the server requests the user's credentials from the operating system, which are then used to determine if the user has access to the database. If the user is authenticated successfully, the connection is established.
| Is This Answer Correct ? | 0 Yes | 0 No |
here id col have primary key and identity id name 1 a 2 b 3 c 4 d delete 2nd row then o/p will be id name 1 a 3 c 4 d next inssert 2nd row and i want o/p will be id name 1 a 2 e 3 c 4 d
What stored by the master?
Explain the storage models of OLAP?
Explain the database you used in your final year project?
how can i view structure of table in sql server? tell me that query.
What is user-defined multi-statement table-valued function?
how do we insert 100 records at a time in a table without using for loop in database
What is the purpose of the model database?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
How to execute stored procedure in select statement sql server?
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
How to check parameter value in stored procedure sql server?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)