Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tsql

T-SQL Convert XML field to multi-column dataset

xml tsql xquery

Delete where one column contains duplicates

sql sql-server tsql sql-delete

Adding characters in values in an existing column

mysql sql sql-server tsql

Check multiple columns for null in SQL Server 2008

sql sql-server-2008 tsql

can a shrink be performed on the current database without specifying the database name

sql sql-server-2008 tsql

Dynamically replacing the value of a node in XML DML

sql-server xml tsql xquery dml

ORDER BY items must appear in the select list if SELECT DISTINCT is specified error

sql tsql

Getting contents of XML File into a variable using sqlcmd ":r"

xml tsql variables syntax sqlcmd

How do you CASE out the unknowns?

Check if string is SQL Server Reserved Keywords or not

sql sql-server tsql

SQL Formula Returns Inconsistent Precision

sql sql-server tsql

Variable table name in select statement

How to convert a date to format ddmmyy NOT ddmmyyyy

sql sql-server tsql

Recommend/default settings for ANSI_NULLS and QUOTED_IDENTIFIER [closed]

sql-server tsql

How Can I Skip a row(an iteration) in MSSQL Cursor based on some condition?

T-SQL syntax abbreviation when JOIN columns have same name in both tables?

sql sql-server tsql join syntax

SQL check is zero or null

TSQL OrderBy vs LINQ OrderBy Madness for UniqueIdentifier

c# linq tsql

Running .sql file within a SQL query

sql-server tsql

Why are nested loops chosen causing long execution time for "self join"