About 2,000,000 results
Open links in new tab
  1. SQL Server - Windows Authentication - TutorialsTeacher.com

    In Windows authentication, login can be created in SQL Server for an entire Windows group which simplifies managing account administration. Windows authentication uses Kerberos security …

  2. SQL Server Windows Authentication with Users and Groups

    Dec 29, 2020 · One of the best ways to keep SQL Server secure is to use Windows Authentication. This requires the integration of Active Directory (AD) security objects like Users …

  3. Connecting to SQL Server using windows authentication

    Sep 4, 2013 · When I was trying to connect to SQL Server using the following code: SqlConnection con = new SqlConnection("Server=localhost,Authentication=Windows …

  4. Manage authentication to SQL Server in PowerShell

    Jul 3, 2024 · By default, the SQL Server PowerShell components use Windows Authentication when connecting to an instance of the Database Engine. Use SQL Server Authentication by …

  5. SQL Server authentication vs. Windows authentication - The …

    Jan 13, 2022 · Windows authentication is a secure way of connecting to SQL Server, and it uses the tokens and SPNs for authentication purposes using the Kerberos authentication protocol. …

  6. SQL Server authentication methods, logins, and database users

    Feb 22, 2021 · There are two different authentication methods for connecting to SQL Server: Windows and SQL Server. Windows authentication requires a user to first authenticate to …

  7. Powershell script to connect to sql db with windows authentication

    Dec 13, 2021 · .PARAMETER Credential Specifies A PSCredential for SQL Server Authentication connection to an instance of the Database Engine. If -Credential is not specified, Invoke …

  8. Connect to SQL Server with Windows Authentication in a …

    Oct 2, 2018 · If you have the server name, port and login details correct, you should now be able to use Windows Authentication from most client tools, SSMS, Excel, whatever. They will all …

  9. Authentication in SQL Server - ADO.NET Provider for SQL Server

    Jun 25, 2024 · Windows authentication uses a series of encrypted messages to authenticate users in SQL Server. When SQL Server logins are used, SQL Server login names and …

  10. Connect to SQL Server with PowerShell and SQL Server Authentication

    Feb 22, 2010 · The Get-Credential cmdlet can be used for both Windows authentication and SQL Server authentication when connecting to SQL Server. And while the default for Windows …

  11. Some results have been removed
Refresh