New posts in tsql

Compare dates in T-SQL, ignoring the time part

How can I combine multiple rows into a comma-delimited list in SQL Server? [duplicate]

How to phrase a T-SQL horizontal join?

Concatenate multiple rows from multiple tables

Mimic group_concat() combined with GROUP BY

MSSQL: Restore a DB to the latest file in a backup set

Linking ALL Users to Login after restoring a SQL Server 2005 database

What does (1,1) mean in SQL?

SQL: How can I get the value of an attribute in XML datatype?

Duplicating a TABLE using Microsoft SQL Server Management

What are row, page and table locks? And when they are acquired?

How to get stored procedure parameters details?

LINQ: Group by month and year within a datetime field

SQL query to determine that values in a column are unique

How to count the number of times a character appears in a SQL column?

How to combine results of two queries into a single dataset

SQL Query - Concatenating Results into One String [duplicate]

Creating a stored procedure if it does not already exist

How can I do the equivalent of "SHOW TABLES" in T-SQL?

How to create duplicate table with new name in SQL Server 2008