About 162,000 results
Open links in new tab
  1. Access SQL: basic concepts, vocabulary, and syntax - Microsoft

    SQL is a computer language for working with sets of facts and the relationships between them. Relational database programs, such as Microsoft Office Access, use SQL to work with data. …

  2. Comparing Access SQL with SQL Server TSQL - Microsoft Support

    Jan 1, 2019 · If you migrate your Access data to SQL Server or you create an Access solution with SQL Server as the back-end database, it's vital that you know the differences between …

  3. Overview of Online Analytical Processing (OLAP) - Microsoft

    Online Analytical Processing (OLAP) is a technology that is used to organize large business databases and support business intelligence.

  4. Connect Access to SQL Server - Microsoft Support

    Open Database Connectivity (ODBC) is a protocol that you use to connect an Access database to an external data source such as Microsoft SQL Server.

  5. Database design basics - Microsoft Support

    You will learn how to decide what information you need, how to divide that information into the appropriate tables and columns, and how those tables relate to each other. You should read …

  6. Use the Monaco SQL query editor - Microsoft Support

    Rich autocompletion support enhances the user experience by suggesting SQL keywords, functions, table and column names dynamically as you type. Additionally, it can reference form …

  7. Import or link to data in an SQL Server database - Microsoft

    You can link to or import data from an SQL Database, which is a high-performing managed database used for mission-critical applications. For more information, see SQL Server 2016.

  8. Comparing Access and SQL Server data types - Microsoft Support

    Access data types are differently named from SQL Server data types. For example, a SQL Server column of the bit data type is imported or linked into Access with the Yes/No data type. The …

  9. Decide whether to create a desktop database or an Access web app

    To decide between an Access web app or a desktop database, consider the following: There are three important design considerations to consider first. You use Microsoft 365 with SharePoint …

  10. Microsoft SQL Server Management Studio (SSMS) 20.2 (KB5041298)

    Welcome to release 20.2 of SQL Server Management Studio (SSMS)! Full documentation for this release and for previous releases can be found here: SSMS documentation.

  11. Create a pass-through query - Microsoft Support

    To run a query on a database server, use a pass-through query which is a Transact SQL (TSQL) statement that connects to SQL Server by using an ODBC connection string.