Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tsql

How do I get the month and day with leading 0's in SQL? (e.g. 9 => 09)

sql tsql

Convert varchar into datetime in SQL Server

how to know status of currently running jobs

How do I exclude Weekend days in a SQL Server query?

sql-server tsql date weekend

SQL Server remove milliseconds from datetime

sql-server tsql

Remove certain characters from a string

sql-server tsql

TransactSQL to run another TransactSQL script

Compare dates in T-SQL, ignoring the time part

T-SQL Throw Exception

sql-server tsql throw

Find non-ASCII characters in varchar columns using SQL Server

Passing a varchar full of comma delimited values to a SQL Server IN function

sql sql-server tsql sql-in

Search and replace part of string in database

sql sql-server tsql

What's the right way to compare an NTEXT column with a constant value?

sql sql-server tsql ntext

How to return a incremental group number per group in SQL

sql sql-server tsql group-by

How to detect if a string contains at least a number?

sql sql-server tsql

Select a column if other column is null

sql sql-server tsql

Get the time of a datetime using T-SQL?

Concatenating Column Values into a Comma-Separated List

sql-server tsql

Update rows from another table [duplicate]

tsql

How do you drop a default value or similar constraint in T-SQL?

sql tsql constraints default