Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

Check if JSON contains a property

How to "INSERT or SELECT" in SQL Server 2012 using fewest operations?

Into what C# data type should I retrieve a SQL Server UNIQUEIDENTIFIER? [duplicate]

How to use variable in FROM clause in SQL Server query?

sql-server t-sql

SQL Server: Is it possible to synchronize user GUIDs between two databases if the users are not tied to a login?

Cannot exclude previous non-duplicate rows

Convert string with expression to decimal

Explain Merge SQL Statement in Simple Words?

Is there a general relationship between left outer join and PIVOT?

Sql agent job last run status

sql sql-server t-sql

SQL - Multiple rows into single column

sql t-sql

Table valued function (TVF) on a comma-separated field

Calculate number of days between 2 dates, then sum and group by month

sql-server-2008 t-sql

Attempt number over transitory statuses in T-SQL

sql-server t-sql

SQL Union with "Ranks"

sql sql-server t-sql

Escape XML special characters upon convert

SQL Server - Duplicate rows and add date iterator column between two date values

sql sql-server t-sql

SQL Server : birthdays on Leap Year

sql-server t-sql leap-year

What is the advantage of using @ParmDefinition in sp_executesql