Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql server locks

SELECT resource_type, request_mode, resource_description
FROM sys.dm_tran_locks
WHERE resource_type <> ‘DATABASE’
Comment

PREVIOUS NEXT
Code Example
Sql :: define a variable in mysql from select 
Sql :: sql query to list all tables in a database sql server 
Sql :: create a view in sqlite 
Sql :: rename table column postgresql 
Sql :: how to check the mysql version mac 
Sql :: oracle list columns in schema 
Sql :: current date sql 
Sql :: postgres get defined index in table 
Sql :: postgresql distinct 
Sql :: restart sql server command line linux 
Sql :: select first and last row sql 
Sql :: check duplicate values plsql 
Sql :: sql select where more than one record exists 
Sql :: database dump mysql command 
Sql :: describe in sqlite3 
Sql :: postgresql check privileges on schema 
Sql :: mysql failed to login as root@localhost 
Sql :: mysql record group by created date count 
Sql :: connect mysql command line 
Sql :: mysql update from select on same table 
Sql :: what is default mysql database password in linux 
Sql :: full sql mode 
Sql :: Check database restore status sql script 
Sql :: update join sql 
Sql :: how to lock table in mysql 
Sql :: postgresql stored procedure update table values 
Sql :: mysql server not starting in xampp in mac 
Sql :: remove foreign key constraints in postgres 
Sql :: reindexing all tables sql server 
Sql :: check database sessions oracle 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =