About 14,000 results
Open links in new tab
  1. SQL Client for Mac OS X that works with MS SQL Server

    Aug 6, 2008 · Give SQL Client a try. There is a free trial and it was built to allow access to MSSQL databases (including Azure) from a mac without the need of a virtual machine.

  2. How can I use MS SQL Server from the Mac OS X Terminal?

    I want a Unix command-line client for MS SQL Server. I don't like any of the OS X GUI clients for SQL Server – I find them tedious and not very Mac-like – so for the time being I use SQL Server 2008 …

  3. Can I get the MAC address of a SQL Server connection?

    Mar 3, 2016 · 1 I know I can get the IPAddress and ConnectionID of a SQL Server connection with this query: select client_net_address, connection_id from sys.dm_exec_connections where session_id = …

  4. ODBC Driver 18 for SQL Server]SSL Provider: [error:1416F086]

    Mar 31, 2022 · When SQL Server gets installed it is configured with a self-signed X.509 certificate. If you want to use encrypted connections (with Encrypt=yes; in the connection string, which is the default …

  5. macos - sql server client for mac - Stack Overflow

    I'm looking for a SQL Server client that will run on Mac OS X. Ideally, I'd like something lightweight that allows me to easily browse the schema, run adhoc queries, highlight SQL syntax, etc. I ...

  6. Kerberos authentication on Mac - SQL Server, Azure Data Studio

    May 11, 2023 · When I attempt to create the SQL database by running dotnet ef database update from Visual Studio terminal I get the following error: Cannot authenticate using Kerberos. Ensure Kerberos …

  7. Connect to SQL Server using Windows Authentication on MacOS

    Apr 8, 2024 · On MacOS (Apple Silicon), is there a way to connect using Windows Authentication using any client app, e.g., Azure Data Studio or DBeaver? Can you please provide screenshots when …

  8. [Microsoft] [ODBC Driver 17 for SQL Server]SSL Provider: [error ...

    Mar 1, 2024 · Older versions before SQL Server 2016 did not have TLS 1.2 support out-of-the-box (it could be added with Service Packs and Cumulative Updates, ref: TLS 1.2 support for Microsoft SQL …

  9. apple m1 - Is it possible to install SQL Server on Windows 11 running ...

    Nov 29, 2022 · 16 It is possible to install and run SQL Server Express 2019 and 2022 on the Apple M1 chip, but it is not officially supported. Fortunately, the root cause of the issue is not in the SQL Server …

  10. SQL - Query to get server's IP address - Stack Overflow

    Sep 26, 2008 · I believe this is the true way of determining the server's ip address if you need to verify it from the client's connection side, specially if the client's connection was established with a …