Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

MS SQL Stored Procedure Problem

sql-server t-sql

Why would SUM(COL1 + COL2) and SUM(COL1) + SUM(COL2) yield differently?

SQL: Select SUM of all children records recursively

SQL Server LEN function reports wrong result

Is this possible to use Like with ALL keyword

Sql Server error [SQLState 42000] (Error 325)

Creating a trigger on SQL Server 2008 R2 to catch a record update

how to give user permission to create #temptables only [duplicate]

Is there a standard way to represent TSQL Minimum date in ASP.NET

asp.net t-sql datetime minimum

SUM by two different GROUP BY

Get available dates between range of dates [duplicate]

sql sql-server t-sql

Can I avoid using cursors here?

What's the equivalent of "SELECT SYSTEM_USER" in Linq

Can an X # of rows be generated without using stored procedures or functions?

Entity Framework: StartsWith to SQL

WHERE equals condition returns mapped Unicode (fullwidth) results

Pivot using Dynamic SQL statement

sql sql-server t-sql pivot

Weird error (Msg 8107) on SQL Server 2008 R2 for SET IDENTITY_INSERT

T-SQL incrementing counter based on change in a column value