Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tsql

Grouping data on SQL Server

sql sql-server tsql rank

Join tables by column names, convert string to column name

Why does a FLOAT give me a more accurate result than a DECIMAL?

millisecond in sql tsql

Search for the occurrence of a list of values

Matching similar entities based on many to many relationship

sql sql-server tsql

Inconsistent results with NEWID() and PERSISTED computed column

SQL Server : table with foreign key to itself with cascade delete

sql-server tsql

Need to Pivot String values in SQL server

sql sql-server tsql pivot

What permissions to I need to use User Defined Table Types

Is there any difference between CROSS APPLY and OUTER APPLY when creating a cartesian product?

Repeat SQL query and create one output column

Select statements included within a function cannot return data to a client_New

Using the result of a 'previous' column in a SELECT statement

sql sql-server tsql

T-SQL crazy function result

sql-server function tsql

SQL query return all from a table if X but not Y

sql sql-server tsql

How does SET NOEXEC ON work?

sql sql-server tsql

Multiple SQL Transactional Commands Across Different Database Connections

.net sql tsql transactions msdtc

Is GETDATE() expensive as DateTime.Now is?

Memory effective way to read BLOB data in C#/SQL 2005