Click here to Skip to main content
15,881,089 members
Everything / Programming Languages / T-SQL

T-SQL

T-SQL

Great Reads

by dale.newman
Google your SQL.
by honey the codewitch
Embed fast streaming C# code to match text based on inputted regular expressions
by DaveDavidson
In this article, I show LINQ to Entities syntax that will produce queries with CROSS APPLY and LEFT OUTER JOIN clauses.
by Ed Wiebe
Can't we obtain the benefit of using bitwise operators for SQL many-to-many relationships AND maintain referential integrity?

Latest Articles

by Federico Di Marco
spSearchTables: a helper T-SQL stored procedure for digging into (large) databases
by Dathuraj Pasarge
Extract SQL Server DB inventory\baseline using TSQL and PowerShell scripts
by Sergei Y.Kitáev
Introduction to statically parameterized SQL language
by honey the codewitch
Embed fast streaming C# code to match text based on inputted regular expressions

All Articles

Sort by Score

T-SQL 

1 Aug 2016 by dibley1973
The stored procedure framework now supports dynamic fields within multiple recordsets
20 Sep 2011 by Raymund Macaalay
Simple TSQL and C# entity generator for S#arp architecture
19 Oct 2016 by Manjuke Fernando
13 Mar 2019 by essentialSQL
In this lesson, we’re going to learn about the While Loop. So, what is a While Loop? Well, While Loop is set up using a While statement. While statements are used to repeatedly execute a block of SQL statements.
16 Nov 2010 by mazhou
Ad-hoc pagination support with SQL Server codenamed “Denali”
9 May 2013 by PRANAV SINGH
Backing up all databases using T-SQL
13 Mar 2019 by essentialSQL
In this SQL minute we’ll look at how you can use hierarchyid to query hierarchy data.  This is a two-part article.  In this article we look at how to do one query to get portion of the hierarchy.
25 Nov 2015 by Manjuke Fernando
Analyzing SQL Server Error Logs / Agent Logs using T-SQL
6 Jan 2016 by essentialSQL
Difference between Cast and Convert
15 Nov 2013 by Johan Ohlin
How to use recursive CTE calls in T-SQL.
5 Feb 2016 by jgauffin
Griffin DAL Generator – Take 2
18 Sep 2014 by derekman9707
TRUNCATE or DELETE a Table?
29 Jun 2017 by outcoldman
TSQL: Passing array/list/set to stored procedure (Microsoft SQL Server)
1 Jun 2020 by gmtzgtz
How to write a LINQ statement with multiple joins
14 Aug 2019 by essentialSQL
What is a Database Trigger?
15 Nov 2013 by Johan Ohlin
Group concatenation in T-SQL using CTE.
15 Aug 2011 by Pranay Rana
In this post, I am going to discuss about the special method available in .NET Framework which allows to perform the like operation as we do in the T-SQL when searching data with string.
18 Nov 2010 by mazhou
The SEQUENCE Object in SQL Server codenamed “Denali”
21 Sep 2019 by Shameel
Part 2 of this multi-part article series compares SQL Server and PostgreSQL article, database structure, language differences, data type mappings, functions and operators and other important considerations for migration..