Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tsql

TSQL - What is the fastest way to check for more than one record?

sql-server performance tsql

How do I create a SQL Function to return a BIT?

How can you continue SQL query when found error?

sql sql-server tsql

SQL Server : selecting multiple columns into multiple variables in a stored procedure

SQL Query Where Column = '' returning Emoji characters 🎃 and 🍰

Convert utf-8 encoded varbinary(max) data to nvarchar(max) string

sql-server tsql

What code would I use to convert a SQL like expression to a regex on the fly?

c# sql regex tsql sql-like

Using XQUERY/Modify to replace a piece of my XML with value from varchar field

sql sql-server xml tsql xquery

How to get MAX value of numeric values in varchar column

sql-server tsql

Is it possible to calculate MD5 hash directly in T-SQL language?

How to convert SQL Server XML type value (xsi:nil) of DateTime to null

sql server trigger

sql sql-server tsql triggers

T-SQL's equivalent of Oracle's %TYPE operator?

TSQL Finding Order that occurred in 3 consecutive months

Is there a way to query 135 distinct tables in one single query?

sql sql-server tsql

Selecting the same row multiple times

sql sql-server tsql

SQL Server varbinary bigint with BitConverter.ToInt64 values are different

sql-server tsql bigint

When a variable is declared in a T-SQL stored procedure, is it kept in memory or tempdb?

db2 equivalent of tsql temp table

tsql db2 temp-tables

How can I make a REPLACE PATTERN in SQL?

sql-server tsql replace