Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

Is there a SQL function that will split fixed-width, delimited strings into a table with a row for each value?

sql-server t-sql

Selecting a row with specific value from a group?

t-sql

SQL Server: position based on marks

c# .net t-sql sql-server-2008

Sql Server query performance

Too Many Rows Were Affected error on updating a Transact SQL linked table

Flattening Hierarchy series using SQL Server CTE

Append SQL table name with today's date

sql-server t-sql

Why SELECT 'A' WHERE @val IN (1, 2, 3, NULL) does not return a value when @val IS NULL? [duplicate]

sql-server t-sql

T-SQL truncate time (not round) to the nearest minute

sql-server t-sql

Why does ROW_NUMBER OVER (ORDER BY column) return a different result order than just ORDER BY column?

help translate this week query from Oracle PL/SQL to SQL Server 2008

Output key value pairs as JSON from T-SQL query

json t-sql

Query where two columns are in the result of nested query

SQL Server optimistic locking - Returning changed timestamp value

Is there a way to make SELECT that fails not throw inside a TRY/CATCH?

Where Not Exists With One to Many Relationship

SELECT MAX Date T-SQL Subquery

sql sql-server t-sql subquery

What does the & symbol mean in this TSQL query?

sql sql-server t-sql rightfax