Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

How Result using cross apply, can achieve using any other joins like inner,left,right join in sql server

sql sql-server t-sql

Pivot with all data only column change

sql sql-server database t-sql

SQL Group By function combined with SUM

sql t-sql group-by

T-SQL Get Max Records By a Column Query

sql-server t-sql

SQL Server 2012 poor performance when selecting using LIKE from a large table

Using variables when calling sp_rename

sql sql-server t-sql

Using T-SQL find the Stored Procedure associated to an SSRS Report

How to enforce uniqueness of the first 35 characters of a varchar(45) column in SQL Server

Ordering a string containing an integer inside SQL

sql sql-server t-sql

Union All but keep only duplicates from one table in T-SQL

TSQL query to concatenate and remove common prefix

sql sql-server t-sql

Does SQL Server wrap Select...Insert Queries into an implicit transaction?

DELETE With group by

t-sql sql-server-2005

Reuse a table variable?

How to find the longest sequence of letter in a string

SQL Server : DELETE rows having more than 1 record (NULL)

sql-server t-sql

SQL Server - Enforcing uniqueness in one column depending on another column

How do I get a count of items in one column that match items in another column?

sql sql-server t-sql

Transact SQL union all on json results escaping nested json queries