what is integrated security (SSPI). why we use in the
connection string?
Answers were Sorted based on User's Feedback
Answer / oliva
Actually If we specified a username & pwd
in connection string and we are using
Integrated Security=SSPI ...
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / ankur negi
If your application runs on a Windows-based intranet, you
might be able to use Windows integrated authentication for
database access. Integrated security uses the current
Windows identity established on the operating system thread
to access the SQL Server database. You can then map the
Windows identity to a SQL Server database and permissions.
To connect to SQL Server using Windows integrated
authentication, you must identify the Windows identity under
which your ASP.NET application is running. You must also be
sure that the identity has been granted access to the SQL
Server database. This topic includes a code example that
displays the current Windows identity of the ASP.NET
application.
| Is This Answer Correct ? | 0 Yes | 1 No |
How to return the second 5 rows in ms sql server?
How do you find the number of rows in a table?
What are cursors in ms sql server?
Which sql server table is used to hold the stored procedure scripts?
what is database replicaion? : Sql server database administration
How to delete an existing database user?
What are the types of indexes available with SQL Server?
What is shrink log file?
Explain following error properties?
what is IDE,DMV in sql server?
Differentiate between truncate vs delete in mssql?
How To delete duplicate record from a particular table?
Oracle (3259)
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)