Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

Identify ranges of integers and group them by their start and end points

Find references to other databases

Calculate based on formula in Column

Why does Microsoft SSMS syntax highlight the word "configuration"?

sql sql-server t-sql ssms

How to split strings basing on spaces?

sql sql-server t-sql

Intermittent time series. Return first date of last contiguous block of most recent data in T-SQL

sql t-sql date time-series

SQL - select most 'active' time from db

Using indexes on memory-optimized tables

Update, find/replace for xml field

sql sql-server t-sql

Selecting/Deleting duplicates

The different combinations of join are confusing, can someone boil it down a little?

SQL wildcards - trying to find a sequence of chars/nums within a string

sql sql-server t-sql

"Must declare the scalar variable" error when executing a stored procedure

Access and SQL Server calculate date differently

Dynamic filename for SQL Server backups?

Return the id of the just added row

t-sql sql-server-2000

Bitwise operation in SQL Server

Need some help with a SQL Query

How to UPDATE TOP(n) with ORDER BY giving a predictable result?