15 min read 18 MSSQL TSQL Queries Used by SQL DBA in day to day OTI 17 September 2019 In this article, we’ll explore some of the most commonly used TSQL queries for DBAs, how to use them effectively,…
1 min read 0 MSSQL Important & Handy TSQL Commands OTI 7 October 2017 Space Management TSQL Commands 1)sp_spaceused2)dbcc sqlperf(logspace)3)xp_fixeddrives Information TSQL Commands 1) sp_helpdb2) select db_id('DBName')3) select db_name(DBID)4) select * from sys.dm_exec_sessions, dm_exec_connections5)…