Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tsql

Base64 encoding in SQL Server 2005 T-SQL

How can I convert bigint (UNIX timestamp) to datetime in SQL Server?

What is a "batch", and why is GO used?

tsql

Split function equivalent in T-SQL?

SQL : BETWEEN vs <= and >=

T-SQL: Opposite to string concatenation - how to split string into multiple records [duplicate]

Formatting Numbers by padding with leading zeros in SQL Server

How do you copy a record in a SQL table but swap out the unique id of the new row?

What does collation mean?

sql sql-server-2005 tsql mysql

INSERT INTO vs SELECT INTO

SQL "select where not in subquery" returns no results

sql sql-server tsql

Incorrect syntax near ')' calling stored procedure with GETDATE

sql-server tsql getdate

SQL Server : Columns to Rows

sql sql-server tsql unpivot

Check if table exists and if it doesn't exist, create it in SQL Server 2008

Remove Identity from a column in a table

sql sql-server tsql

Find index of last occurrence of a sub-string using T-SQL

SQL Server Output Clause into a scalar variable

sql-server tsql

What is SYSNAME data type in SQL Server?

sql sql-server tsql types

T-SQL stored procedure that accepts multiple Id values

Differences between MySQL and SQL Server [closed]

mysql sql-server tsql