SQL – SQL Server SESSIONPROPERTY() Function
The SQL Server SESSIONPROPERTY() function returns the session settings for a specified option.
The SQL Server SESSIONPROPERTY() function returns the session settings for a specified option.
The SQL Server SOUNDEX() function returns a four-character code to evaluate the similarity of two expressions.
The SQL Server SPACE() function returns a string of the specified number of space characters.
The SQL Server SQRT() function returns the square root of a positive number.
The SQL Server SQUARE() function returns the square of a number (the number times itself).
The SQL Server STUFF() function deletes a part of a string, starting at a specified position, and then inserts a new part into the string at that position.
The SQL Server SUBSTRING() function extracts a specified number of characters from a specified position in a string.
The SQL Server SUM() function calculates the sum of a set of values. NULL values are ignored.
The SQL Server SYSDATETIME() function returns the date and time of the computer where the SQL Server is running.
The SQL Server SYSTEM_USER function returns the login name for the current user.
The SQL Server TRANSLATE() function returns the string from the first argument after the characters in the second argument are translated into it.
The SQL Server TRIM() function removes leading and trailing spaces (default) OR other specified characters from the start or end of a string.
The SQL Server UNICODE() function returns an integer value (the Unicode value) for the first character of the input expression.
The SQL Server USER_NAME() function returns the database username based on the specified id.
The SQL Server YEAR() function returns the year part for a specified date.