Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tsql

remote procedure call (RPC) protocol stream is incorrect

Convert a Date to Julian Date and then Store in a Numeric Field in SQL Server 2005

tsql sql-server-2005

Alter table to set the IDENTITY to off

sql tsql sql-server-2012

TSQL count distinct

sql tsql select count distinct

Understanding T-SQL stdev, stdevp, var, and varp

tsql statistics

T-SQL UNION On 3 Tables?

tsql union

Join query result to a single line of values separated by comma [duplicate]

sql sql-server tsql

TSQL: grouping customer orders by week

sql-server tsql

Stored procedure to drop table

sql tsql stored-procedures

SQL increment a number

sql tsql

SQL Server 2008 GET DATETIMEOFFSET according to machine settings

T SQL: How get all minutes from Time type

tsql

Remove trailing zeroes using sql [duplicate]

sql sql-server tsql

Convert varchar dd/mm/yyyy to dd/mm/yyyy datetime

HierarchyID: Get all descendants for a list of parents

sql-server tsql hierarchyid

T-SQL (transact-SQL) valid in SQLite and other SQL databases?

mysql sql tsql sqlite

Queries to generate a Disk Usage by Top Tables report in SQL Azure?

In SQLServer 2012 TSQL, what's the difference of using XML RAW, XML AUTO and XML PATH

sql tsql sql-server-2012

T-Sql appears to be evaluating "If" statement even when the condition is not true

How to pass output parameter to a Stored Procedure?