About 1,890,000 results
Open links in new tab
  1. Hierarchical data (SQL Server) - SQL Server | Microsoft Learn

    Jan 13, 2025 · Use hierarchyid as a data type to create tables with a hierarchical structure, or to describe the hierarchical structure of data that is stored in another location. Use the hierarchyid functions in Transact-SQL to query and manage hierarchical data.

    Missing:

    • Agent

    Must include:

  2. sql server - How do I store a directory / hierarchy / tree structure

    Store the hierarchy in Neo4J and access hierarchy using a Thrift Service (or something else). Yes you will have to write code which will integrate your SQL queries with Neo4J but you will have a scalable and more future-proof solution.

    Missing:

    • Agent

    Must include:

  3. SQL Server Agent | Microsoft Learn

    Feb 13, 2025 · This article provides an overview of the SQL Server Agent, which is a Microsoft Windows service that executes scheduled administrative tasks (called jobs) in SQL Server and Azure SQL Managed Instance.

  4. sql - What are the options for storing hierarchical data in a ...

    Oct 29, 2010 · Microsoft SQL Server 2008 implements two features that are extremely useful for managing hierarchical data: the HierarchyId data type. common table expressions, using the with keyword.

    Missing:

    • Agent

    Must include:

  5. SQL Server Agent Fixed Database Roles | Microsoft Learn

    Feb 13, 2025 · Learn about the fixed database roles in SQL Server's msdb database, which give administrators finer control over access to SQL Server Agent.

  6. sql server - Designing hierarchy tables - Stack Overflow

    Jan 22, 2015 · In category table, you can add categories to n levels. In Items table, you can store the lowest level category. For example, take the case of Pepsi - its categoryId is 3. In Category table, you can find its parent using JOIN s and find parent's parents using Hierarchy queries.

    Missing:

    • Agent

    Must include:

  7. Hierarchical Data in SQL: The Ultimate Guide - Database Star

    Oct 4, 2020 · In this guide, you’ll learn what hierarchical data is, see several different methods for designing your tables along with queries for each method, pros and cons of each design, and recommendations for Oracle, SQL Server, MySQL, and PostgreSQL. Let’s get into the guide! What is Hierarchical Data? Which Method Should I Use? What is Hierarchical Data?

    Missing:

    • Agent

    Must include:

  8. Understanding Hierarchical Data in SQL Server - Medium

    Mar 18, 2024 · Managing hierarchical data in SQL Server can be achieved using various techniques, including Common Table Expressions (CTEs) and native hierarchical data types like hierarchyid. Each...

    Missing:

    • Agent

    Must include:

  9. SQL Server Architecture - Detailed Explanation - InterviewBit

    Jun 3, 2022 · Microsoft created SQL Server to compete with the Oracle and MySQL databases. It uses ANSI SQL, the most popular SQL language. However, SQL Server comes with its own version of the SQL language, which is Microsoft’s proprietary. Many data sets are stored on SQL Server machines, making them high performance.

  10. Working with SQL Server Agent in SQL Server Management Studio

    Feb 6, 2020 · SQL Server Agent is an important component of SQL Server which allows you to schedule and automate database and server administration tasks. This allows you to configure a process and then have it run on a set schedule either every day or during off-hours.

Refresh