Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

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

T-SQL to pull decimal values from a string

sql t-sql

TSQL Conditional Set

T-SQL delete duplicates based on a column

sql sql-server t-sql

T-SQL Index Of First Character In a String

How does EF determine nullable parameters?

Override alphabetical default ORDER BY with a UNION of 2+ tables?

SQL Server Nullable Column

SQL Server bad performance with a lot of ORs and repeating criteria using UPPER()

Best SQL query for list of records containing certain characters?

Joining massive CTE tables (13,000,000 rows+) performance problems

Getting all records including non matching records

sql sql-server-2008 t-sql