Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

DATEADD issue when negative number is used with MONTH datepart

Find Last Record in Chain - a Customer Merge Process

sql t-sql sql-server-2016

How to pass SQL stored procedure NVARCHAR parameter with Hebrew?

Pivot two columns in T-SQL

sql sql-server t-sql pivot

Insert into from deleted output clause

sql sql-server-2008 t-sql

Creating Table in SQL Server Using F#

sql-server t-sql f#

Inserting data into multiple tables at same time

sql sql-server t-sql

SQL query to check if a date is close to today

sql t-sql datetime date

tsql distinct having count

t-sql count having

Import/export data from SQL Server programmatically using C# and ASP.NET

c# asp.net sql sql-server t-sql

Does using (var connection = new SqlConnection("ConnectionString")) still close/dispose the connection on error?

How to Reference Calculated Value from previous line to find next calculated value

sql t-sql

In SQL Server, what are the data types that we could not include in Insert statement?

How to compact the result of a query?

sql-server t-sql

Cross apply with JSON array

sql arrays json sql-server t-sql

CLR stored procedure with varbinary(max) OUTPUT fails, but same procedure works as T-SQL

Ordering of month/year pairs in T-SQL query

What happens when I use UPDATE statements in an AFTER UPDATE trigger?

sql t-sql

SQL to JSON parent/child relationship

Getting the current date in SQL Server

sql-server t-sql getdate