Page History
...
Click on the individual cells on the navigation tree on the left or the links below to see information on configuring each cell.
Children Display |
---|
A Note on Using Active Directory in SQLServer
If you are using SQL Server, it is possible to use Active Directory accounts for the database users (i.e., Integrated Login). To enable this, replace
<connection-url>jdbc:sqlserver:
//localhost:1433</connection-url>
with
<connection-url>jdbc:sqlserver://localhost:1433;IntegratedSecurity=true;Trusted_Connection=Yes</connection-url>