Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

Convert multiple rows in to multiple columns in SQL Server

XQuery: Finding rows which contain specified xml data

sql t-sql xquery xquery-sql

Create #temp using SELECT INTO with desired data type

sql-server t-sql

SQL Where clause excluding more than it should

sql t-sql where-clause

Unhelpful error message when doing pivot

Deriving continuous history from overlapping from/to periods, with gaps [duplicate]

Initializing stored procedure output parameter

T-SQL - populating data in temp table in stored procedure.

Check if CDC is enabled on database and table in SQL Server by query

sql-server t-sql cdc

OPENXML with xmlns:dt

GML to SQL Geography - 24200: The specified input does not represent a valid geography instance

How can I generate random formatted string in TSQL

How do create the transaction for particular connection only in sql?

c# sql-server t-sql

Table join on dynamic table names

sql sql-server t-sql join

Use table hints with variable table

What is the difference between using `IF @@TRANCOUNT > 0` vs `XACT_ABORT` approach to rollback transaction? When do I use either of this approach?

sql-server t-sql

Deterministic function for getting today's date

How to ignore string value using unpivot function finding the min value among other columns

CASE statement using DateTime column

sql t-sql