Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in t-sql

T-SQL Script current user database permissions

sql t-sql user-permissions

Selecting DISTINCT records on subset of columns with MAX in another column

sql sql-server t-sql

Is there a way to merge these two simple queries

Can we use CASE statement outside select or update query. CASE statement on Input Parameters

SQL Server: Update table based on JSON

sql json sql-server t-sql

How do I search two columns?

sql t-sql

The multi-part identifier could not be bound. T-SQL

sql t-sql

T-SQL date range in a table split and add the individual date to the table

sql sql-server t-sql

Shorter query approach

sql sql-server-2008 t-sql

How to select data based on special condition?

sql sql-server t-sql

How to get value from ntext (in xml format) column in sql

Pagination from two tables in SQL Server

How to send a table-type in parameter to T-SQL while using C# IDataReader?

Insert from Staging to Final only if more recent

sql-server t-sql

Get Unique Search Data When Join Providing Same Primary Key Value Multiple Times

sql sql-server t-sql

Msg 8152, Level 16, State 14, Line XXX String or binary data would be truncate

Alternative to ROW_NUMBER() OVER (PARTITION BY x ORDER BY z)

Combining object and property

sql sql-server database t-sql

T-SQL Truncate text and add number at the end to avoid duplicates

Divide by 0 Error Inside Windows Function

t-sql sql-server-2016