About 883,000 results
Open links in new tab
  1. Control-of-Flow - SQL Server | Microsoft Learn

    Feb 28, 2023 · Applies to: SQL Server Azure SQL Managed Instance. The Transact-SQL control-of-flow language keywords are:

  2. T-SQL Control-of-Flow in SQL Server - T-SQL Tutorial

    This article describes how to use the T-SQL Control-of-Flow in SQL Server database. To control the order of execution in SQL Server in sequential order, it has several control of flow …

  3. T-SQL Control-Flow Statements - ITPro Today

    This month, I'll look at seven control-flow statements that you can use in SQL Server's T-SQL batches and stored procedures. These statements let you control the execution flow within a T …

  4. SQL Server IF ELSE Statement By Examples - SQL Server Tutorial

    The IF...ELSE statement is a control-flow statement that allows you to execute or skip a statement block based on a specified condition. The following illustrates the syntax of the IF statement: …

  5. IF ELSE StatementSQL Tutorial

    What is the IF…ELSE Statement? The IF…ELSE statement is a control-flow statement in SQL Server that enables conditional execution of T-SQL code blocks. Depending on whether a …

  6. GRANT Database Permissions (Transact-SQL) - SQL Server

    Nov 22, 2024 · Grants permissions on a database in SQL Server. Transact-SQL syntax conventions. TO <database_principal> [ ,...n ] [ WITH GRANT OPTION ] [ AS …

  7. sql server - Control flow in T-SQL SP using IF..ELSE IF - are there ...

    T-SQL case statements are, how to say it, used as "clauses", parts of other statments--most commonly, SELECT statements. They cannot be used to control programmatic flow as they do …

  8. Control Statements in SQL: Server & Examples - Vaia

    Feb 1, 2025 · Control statements in SQL, such as IF, CASE, and WHILE, are essential for managing the flow of execution within your database queries and procedures. They allow …

  9. Mastering Control Statements in SQL Server

    Jun 27, 2024 · Control statements in SQL Server are essential tools for managing the flow of execution within your SQL scripts and stored procedures. These statements allow you to …

  10. Understanding Control of Flow in SQL Server

    Learn about the Control of Flow in SQL Server and how to use key words like IF, ELSE, BEGIN, GOTO, RETURN, WHILE, BREAK, and CONTINUE to create complex and structured SQL …

  11. Some results have been removed
Refresh