Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

String or binary data would be truncated. -- even though length shorter than field length

sql sql-server t-sql

Does SQL Server support the Oracle-like WITH clause?

How to prevent timeout in query?

TSQL - export query to xls /xslx / csv

t-sql excel export

Returning a value from a Stored proc as an Output parameter vs a SELECT statement

c# .net t-sql

T-SQL creating a dynamic where statement?

sql sql-server t-sql

How to create a ternary condition on a bit field in T-SQL

Speeding up a SQL view by pre-filtering results

Query with LIKE statement for any of the words, not whole

sql sql-server t-sql sql-like

Multi-Table Selecting with Count of Foreign Key Referred Rows

Create multiple views inside a schema - SQL Server

TSQL How to select employee with skills in xml column

SQL Server: trying to create view inside a stored procedure

Convert JSON to Table using T-SQL

json sql-server t-sql

How to set more than a filter over JSON data using JSON_VALUE?

FOR XML cannnot serialize char(0x0000) even though REPLACE function already included to replace Char(0x0000)

sql xml t-sql sql-server-2014

Linq To NHibernate Plus sql user defined function

How to copy an ntext column's value to a new non-null column

What is the simplest way to delete a child row when its parent is deleted, without knowing what its parent is?