Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

SQL : Split one row into two rows depending on column

how to get top 2 highest sum amounts per day

sql sql-server

Merge two rows into one after a join

sql sql-server

How to make a select statement to return "NULLs" if the value is a repetition in SQL

SQL Server - group by with row number - Gaps and Islands

SQL Server - Incorrect syntax near )

sql sql-server

How to select non-distinct rows with a distinct on multiple columns

sql sql-server

Transaction still commits after violation of unique constraint

sql sql-server tsql

Can a table valued parameter to stored procedure have default values

sql sql-server

Pyodbc can't find FreeTDS driver

C# cmd.ExecuteScalar(): "Cannot continue the execution because the session is in the kill state."

Write a query to swap values in a table in SQL Server?

sql sql-server

Insert XML Node into a SQL column in a table

sql sql-server xml

To NULL particular fields in retrieval time in sql

sql sql-server

SQL Server Pivot on multiple fields

sql sql-server pivot

SQL Server Reverse Running Total

T-SQL ISNULL in where Condition performance

sql sql-server tsql

Removing XML tags from FOR XML PATH

sql-server xml tsql

Is there a way to display an error message if the table is not updated?

SQL Server using LIKE to search column firstname for " " characters

sql sql-server tsql sql-like