Skip to content
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)

Tag: SQL Server

1SMARTchicken - Code Made Easy

Tag: SQL Server

  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
1SMARTchicken - Code Made Easy

Tag: SQL Server

  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
  • Home
  • SQL Server
  • Page 3
SQL Reference

SQL – SQL Server DIFFERENCE() Function

August 6, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server DIFFERENCE() function compares two SOUNDEX values, and returns an integer.

SQL Reference

SQL – SQL Server EXP() Function

August 6, 2024 / Reference, SQL Reference, SQL Server Functions / Math, SQL Server, SQL Server Numeric Functions

The SQL Server EXP() function returns the natural logarithm e (2.718281…) raised to the power of the specified number.

SQL Reference

SQL – SQL Server FLOOR() Function

August 6, 2024 / Reference, SQL Reference, SQL Server Functions / Math, SQL Server, SQL Server Numeric Functions

The SQL Server FLOOR() function returns the largest integer value that is smaller than or equal to a number.

SQL Reference

SQL – SQL Server FORMAT() Function

August 6, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server FORMAT() function formats a value with the specified format (and an optional culture in SQL Server 2017).

SQL Reference

SQL – SQL Server GETDATE() Function

August 6, 2024 / Reference, SQL Reference, SQL Server Functions / Date, SQL Server, SQL Server Date Functions

The SQL Server GETDATE() function returns the current database system date and time, in a “YYYY-MM-DD hh:mm:ss.mmm” format.

SQL Reference

SQL – SQL Server GETUTCDATE() Function

August 6, 2024 / Reference, SQL Reference, SQL Server Functions / Date, SQL Server, SQL Server Date Functions

The SQL Server GETUTCDATE() function returns the current database system UTC date and time, in a “YYYY-MM-DD hh:mm:ss.mmm” format.

SQL Reference

SQL – SQL Server IIF() Function

August 6, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server Advanced Functions

The SQL Server IIF() function returns a value if a condition is TRUE, or another value if a condition is FALSE.

SQL Reference

SQL – SQL Server ISDATE() Function

August 6, 2024 / Reference, SQL Reference, SQL Server Functions / Date, SQL Server, SQL Server Date Functions

The SQL Server ISDATE() function checks an expression and returns 1 if it is a valid date, and 0 if it is NOT a valid date.

SQL Reference

SQL – SQL Server ISNULL() Function

August 6, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server Advanced Functions

The SQL Server ISNULL() function returns a specified value if the expression is NULL, and the expression itself if the expression is NOT NULL.

SQL Reference

SQL – SQL Server ISNUMERIC() Function

August 6, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server Advanced Functions

The SQL Server ISNUMERIC() function tests whether an expression is numeric, and returns 1 if the expression is numeric and 0 if it is not numeric.

SQL Reference

SQL – SQL Server LEFT() Function

August 6, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server LEFT() function extracts a number of characters (starting from left) from a string.

SQL Reference

SQL – SQL Server LEN() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server LEN() function returns the length of a string. Trailing spaces (after) are not included, but leading spaces (before) are included.

SQL Reference

SQL – SQL Server LOG() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / Math, SQL Server, SQL Server Numeric Functions

The SQL Server LOG() function returns the natural logarithm of a specified number, or the logarithm of the number to the specified base.

SQL Reference

SQL – SQL Server LOG10() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / Math, SQL Server, SQL Server Numeric Functions

The SQL Server LOG10() function returns the natural logarithm of a number greater than 0 to base 10.

SQL Reference

SQL – SQL Server LOWER() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server LOWER() function converts a string to lower-case.

SQL Reference

SQL – SQL Server LTRIM() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server LTRIM() function removes leading spaces from a string. Leading spaces are spaces before (left of) the string.

SQL Reference

SQL – SQL Server MAX() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server Numeric Functions

The SQL Server MAX() function returns the maximum value in a set of values.

SQL Reference

SQL – SQL Server MIN() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server Numeric Functions

The SQL Server MIN() function returns the minimum value in a set of values.

SQL Reference

SQL – SQL Server MONTH() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / Date, SQL Server, SQL Server Date Functions

The SQL Server MONTH() function returns the month part for a specified date (a number from 1 to 12).

SQL Reference

SQL – SQL Server NCHAR() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server NCHAR() function returns the Unicode character based on the number code provided.

← Previous 1 2 3 4 5 Next →

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
    • CSS Flexbox (12)
  • JavaScript Tutorials (18)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (79)
    • Python File Handling (4)
    • Python and MySQL (11)
  • WordPress Tutorials (0)

Reference

  • HTML Reference (244)
    • HTML Tags (107)
    • HTML Attributes (46)
    • HTML Events (76)
    • HTML Resources (15)
  • CSS Reference (309)
    • CSS Selectors (55)
    • CSS Properties (220)
    • CSS Functions (17)
    • CSS Resources (17)
  • JavaScript Reference (556)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (285)
    • JavaScript Properties (162)
    • JavaScript RegExp (45)
    • JavaScript Resources (28)
  • jQuery Reference (220)
    • jQuery Selectors (54)
    • jQuery Methods (140)
    • jQuery Ajax Methods (16)
    • jQuery Properties (17)
    • jQuery Resources (9)
  • PHP Reference (460)
    • PHP Keywords (59)
    • PHP Functions (400)
    • PHP Constants (0)
    • PHP Resources (1)
  • SQL Reference (290)
    • SQL Keywords (59)
    • MySQL Functions (138)
    • SQL Server Functions (83)
    • SQL Resources (10)
  • Python Reference (94)
    • Python Methods (86)
    • Python Resources (8)
  • WordPress Reference (0)

Snippets

  • HTML Snippets (3)
  • CSS Snippets (12)
  • JavaScript Snippets (5)
  • jQuery Snippets (8)
  • PHP Snippets (1)
  • SQL Snippets (3)
  • Python Snippets (1)
  • WordPress Snippets (36)
1SMARTchicken - Code Made Easy

333 Washington Blvd.
Suite 126
Marina del Rey, CA 90292
United States

contact2026@1smartchicken.com

  • About Us
  • Privacy Policy
  • Cookie Policy
  • Terms & Conditions

Search for Code:

or View All Tags

Copyright © 2026 1SMARTchicken | All Rights Reserved.