About 1,270,000 results
Open links in new tab
  1. Connection libraries for Microsoft SQL Database - SQL Server

    Feb 12, 2025 · This article provides download links to connection modules or drivers that your client programs can use for interacting with databases in SQL Server, Azure SQL Database, SQL database in Microsoft Fabric, and Azure SQL Managed Instance.

  2. Connectivity libraries and frameworks for Microsoft SQL Server

    Jan 21, 2025 · The following table lists connectivity libraries or drivers that client applications can use from various languages to connect to and use Microsoft SQL Server running on-premises or in the cloud, on Linux, Windows, or Docker, and also …

  3. Get Started With CLR Integration - SQL Server | Microsoft Learn

    Dec 30, 2024 · This article provides an overview of the namespaces and libraries required to compile database objects using the SQL Server integration with the .NET Framework common language runtime (CLR). The article also shows you how to write, compile, and run a small CLR stored procedure written in C# and Visual Basic .NET.

  4. Understanding SQL Server Net Libraries - MSSQLTips.com

    Mar 8, 2011 · SQL Server provides different Net-Libraries, known as Dynamic-Link Library (DLL), to let clients communicate with SQL Server using different network protocols. These Net-Libraries specify which networking protocols to use while exchanging data back and forth between SQL Server and the clients.

  5. The SQL Server Network Interface library could not register the …

    Oct 26, 2017 · Failure to register a SPN might cause integrated authentication to use NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies and if the SPN has not been manually registered. I am getting above error whenever I restart my SQL service.

  6. SQL Tutorial - W3Schools

    SQL is a standard language for storing, manipulating and retrieving data in databases. Our SQL tutorial will teach you how to use SQL in: MySQL, SQL Server, MS Access, Oracle, Sybase, Informix, Postgres, and other database systems. With our online SQL editor, you can edit the SQL statements, and click on a button to view the result.

  7. Home | SQLAPI++

    SQLAPI++ is C++ library for accessing SQL databases (Oracle, SQL Server, Sybase, DB2, InterBase, SQLBase, Informix, MySQL, Postgre, ODBC, SQLite, SQL Anywhere). It provides unified API for accessing different database while also allowing access to native features.

  8. How to connect with SQL Server database using .NET Core Class Library

    Dec 24, 2016 · For SQLServer you need to add the System.Data.SqlClient package (link) if you want to directly communicate with the Database (i.e. w/o an ORM). Above answer (Tseng) may have been valid in 2016 and .NET Standard 1.4, but in the meantime, Microsoft did remove some showstoppers, allowing access to SQL Server from a .NET Standard 2.1 library.

  9. Microsoft SQL Server Core Library - systemcenter.wiki

    Microsoft SQL Server Core Library Management Pack is the core library for all versions of SQL Server. It defines all SQL Server base classes and relationships. SQL Server Distributed Availability Group contains a SQL Server Availability Group. This Management Pack is the core library for all versions of SQL Server.

  10. SQL Server Regular Expressions Library Sample

    Feb 3, 2022 · There are several websites that have examples of regex support using SQL CLR, and this is another, but in this blog we take it the extra step to add regex support to one of our managed SQL Server offerings in Azure - Azure SQL Managed Instance (MI).

  11. Some results have been removed