Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

how to find first, second and third largest values from different columns in SQL

sql sql-server

Public stored procedure to access sys.dm_db_index_usage_stats

sql-server

Check if a column exists before adding the column to SQL table without altering table for each column

sql-server

Insert multiple rows with parameters Sql Server

How to check who is holding a lock that I would like to grant?

Calculate the sum of minutes in overlapping timeranges

sql sql-server tsql

Fail to execute database migration from SonarQube 5.6.1 LTS to 6.0

The argument types 'Edm.String' and 'Edm.Int32' are incompatible for this operation

Is it possible to ignore SQL table alias?

Convert varchar to hexadecimal in sql server

sql-server hive

Rollback an entire stored procedure

Convert uniqueidentifier type to string

sql sql-server tsql

Improve the performance of a "reverse" LIKE query

sql sql-server tsql

Exclude whole group based on single value

Cannot connect to SQL server from python using Active Directory Authentication

python sql-server

SQL Server - semicolon before THROW

SQL Server trigger on specific column updated

sql sql-server triggers

how to get top rows from particular approx. percentage using sql server 2008?

display info in popup

EF6 with TransactionScope - IsolationLevel.ReadUncommitted but got ReadCommitted first