Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

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

Eliminating rows by date range

Why is there precision loss when multiplying DECIMAL in SQL Server?

sql sql-server t-sql

How do you write to a table in a new transaction in T-SQL

Is there and alternative to LIKE statement in T-SQL?

SQL Server int length property

sql sql-server t-sql int

Is there a way to do something like SQL NOT top statement?

sql t-sql

How to ORDER BY with SQL Server's STRING_AGG()

Error During using "INSERT INTO" SQL Query in Azure SQL Database

SQL - Group Values by Percentile/Merge Rankings

sql t-sql ranking scoring

Parse JSON text inside NVARCHAR column when using FOR JSON PATH

sql sql-server t-sql

How to figure out how many tables are affected in database after inserting a record?

SCOPE_IDENTITY And Instead of Insert Trigger work-around

sql sql-server t-sql triggers