Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

SHA256 doesn't yield same result between C# and SQL Server when using Spanish words

c# sql-server sha256 hashbytes

Mutually Exclusive Queries

sql-server t-sql

find start and stop date for contiguous dates in multiple rows

How to use PowerShell to access array object within JSON file without an index

SQL Select all entries from last two months

Get consecutive numbers Range from SQL Server Table

sql sql-server

SQL Server Backup with Free Space

sql-server backup redgate

Export database schema into XML file

How ignore some condition in where clause according to third parameter?

sql-server t-sql

Convert byte[] array TO sqldbtype.Varbinary using Dapper

Row_Number() continue in Union query

To use or not to use identity on a lookup table

sql-server

Lock partitioning deadlocks

sql-server deadlock

SqlCommand.ExecuteReader became very slow

sql-server

DateAdd with a DateTimeoffset sometimes removes the offset

What is the equivalent of Oracle's LAST_DAY() function in SQL Server 2008? [duplicate]

Why DateAdd() and DATEDIFF() gives different result and which is better in performance?

Finding max value of multiple columns in Sql

sql sql-server max

Execute column values in SQL Server [duplicate]

sql sql-server

Check if a column's value is null in SQL Server

sql sql-server t-sql