Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

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

Why does the SQL language use IS NULL or IS NOT NULL instead of = NULL or <> NULL?

sql-server t-sql

How can I make T-SQL perform OPTION (FORCE ORDER) when defining views?

Exclude records matching subquery

sql sql-server-2005 t-sql

SQL - Finding common rows based on a column (intersect)

In TSQL converting JSON to XML?

Which transaction is better with Dapper: BEGIN TRAN or TransactionScope?

c# t-sql transactions dapper

Msg 9402, Level 16, State 1, Line 9 XML parsing: line 1, character 38, unable to switch the encoding

Retrieve current SQL Server connection string within SQL query

sql-server t-sql ssms