Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

SQL 2005 Merge / concatenate multiple rows to one column

sql sql-server-2005 t-sql

How to replace substring in a column using lookup table in sql server

CASE WHEN EXIST return 0 when should return 1

sql t-sql

VLOOKUP style lookup in SQL Server 2012

sql-server t-sql

Apply previously shredded xml values to subsequent elements

sql-server xml t-sql

Replace keywords in text by comparing it with set of characters

sql sql-server t-sql

Strange "There is already an object in the database." error

sql-server t-sql

DATEDIFF with minute does not return expected value

Get the first field when count reaches a value

sql sql-server t-sql

Can I use T-SQL to launch notepad or other UI app?

sql-server t-sql ssms

Getting subquery error using string_agg function

sql sql-server t-sql

How do I get the specified node from XML in SQL

sql sql-server t-sql

Pivoting with Sum function in tsql

t-sql pivot-table

XML Parsing in TSQL gives invalid column error?

SSRS - Parameter - SELECT ALL vs ALL - How to remove ALL option

using count in a subquery and getting errors

sql sql-server-2005 t-sql

How to get a negative rownumber in sql server

Spread a table in a date time interval

Expand "From" & "To" date columns to 1 row per day within that range

Generate **bare** CREATE TABLE and CREATE PROC statemnts in SQL Server