Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

TSQL problem to calculate differences between two dates inside one table

sql t-sql sql-server-2008

LIKE operator with a variable number of search conditions, in T-SQL

Transpose a word written vertically to horizontally in SQL Server

sql sql-server t-sql transpose

SQL NOT LIKE Wildcard Condition on Inner Join

sql t-sql

DDL statements with variables for table and column names

T-SQL How to escape star (*) character

SQL IF EXISTS with OR Condition

Fill in Date Gaps in Sparse Data

SQL query records within a range of boundaries and max/min outside the range

sql t-sql

Is ordering done by actual column or alias?

sql-server t-sql

Calculate Number of weeks

Script to find the snapshot job for my replication publisher

Window functions in SQL Server

sql sql-server t-sql

SQL Transactions: TSQL vs VB.NET?

SQL Server Pivot clause with Count

sql sql-server t-sql count pivot

How can I pass a condition to a MIN statement in TSQL

sql sql-server t-sql min

Batching data before passing through the pipeline

INSERT if NOT EXISTS, But DELETE if it EXISTS

How to remove unknown characters using T-SQL?