enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Transact-SQL - Wikipedia

    en.wikipedia.org/wiki/Transact-SQL

    Transact-SQL is central to using Microsoft SQL Server. All applications that communicate with an instance of SQL Server do so by sending Transact-SQL statements to the server, regardless of the user interface of the application. Stored procedures in SQL Server are executable server-side routines. The advantage of stored procedures is the ...

  3. Transact-SQL - en.wikipedia.org

    en.wikipedia.org/.../page/mobile-html/Transact-SQL

    Transact-SQL is central to using Microsoft SQL Server. All applications that communicate with an instance of SQL Server do so by sending Transact-SQL statements to the server, regardless of the user interface of the application. Stored procedures in SQL Server are executable server-side routines. The advantage of stored procedures is the ...

  4. SQL syntax - Wikipedia

    en.wikipedia.org/wiki/SQL_syntax

    SQL statements also include the semicolon (";") statement terminator. Though not required on every platform, it is defined as a standard part of the SQL grammar. Insignificant whitespace is generally ignored in SQL statements and queries, making it easier to format SQL code for readability.

  5. Bulk insert - Wikipedia

    en.wikipedia.org/wiki/Bulk_insert

    A Bulk insert is a process or method provided by a database management system to load multiple rows of data into a database table.. Bulk insert may refer to: . Transact-SQL BULK INSERT statement

  6. Is functions - Wikipedia

    en.wikipedia.org/wiki/Is_functions

    In Transact-SQL, the functions return zero or one rather than Boolean values True and False. IsArray(name) This function determines whether the variable name passed as its argument is an array. Uninitialized arrays will, note, return False from this function in Visual Basic .NET. [7]

  7. Category:SQL - Wikipedia

    en.wikipedia.org/wiki/Category:SQL

    This page was last edited on 1 December 2022, at 11:37 (UTC).; Text is available under the Creative Commons Attribution-ShareAlike 4.0 License; additional terms may apply.

  8. List of SQL reserved words - Wikipedia

    en.wikipedia.org/wiki/List_of_SQL_reserved_words

    Reserved words in SQL and related products In SQL:2023 [3] In IBM Db2 13 [4] In Mimer SQL 11.0 [5] In MySQL 8.0 [6] In Oracle Database 23c [7] In PostgreSQL 16 [1] In Microsoft SQL Server 2022 [2]

  9. Merge (SQL) - Wikipedia

    en.wikipedia.org/wiki/Merge_(SQL)

    A relational database management system uses SQL MERGE (also called upsert) statements to INSERT new records or UPDATE or DELETE existing records depending on whether condition matches. It was officially introduced in the SQL:2003 standard, and expanded [citation needed] in the SQL:2008 standard.