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 |
What are the extra roles available in msdb? : sql server security
What is an index?
What happens to a statement batch if there is a compilation error?
How to get a list of columns using the "sys.columns" view in ms sql server?
Can we insert data into a view?
can you any body tell me suppose database is suspect mode. how can take to normal?
What is candidate key with example?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
What is meant by Active-Passive and Active-Active clustering setup?
Explain what are the database objects? : SQL Server Architecture
Can two tables share a primary key?
What is temporary stored procedure?
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)