Skip to content

NTSEQ:- A IT Infrastructure and Cyber Security Blogs

Author:

Identifying blocking and locking Currently executing Queries with Waits In SQL Server

This is one of my favorite script which I use most of the time in troubleshooting performance issues on production

Continue reading

Find SQL Text of recently executed queries in SQL Server

Finding SQL Text of recently executed queries in SQL Server we can find out SQL Text of recently executed queries

Continue reading

How to know memory usage in SQL Server?

We can find out memory usage of SQL Server by using below scripts. select total_physical_memory_kb/1024 AS total_physical_memory_mb, available_physical_memory_kb/1024 AS available_physical_memory_mb,

Continue reading

How to Add data file or log file in SQL Server?

We can add data and log file in SQL Server through below script. Add data file(.mdf) in SQL Server ALTER

Continue reading

How To Convert Python String To Int

In Python programming, function int() is a standard inbuilt function that converts the string into integer value and function str()

Continue reading

Python Program to convert bytes to Kilobytes, Megabytes, Gigabytes and Terabytes

Bytes:- A Byte is just 8 Bits and is the smallest unit of memory . One byte can store one

Continue reading

SQL Server – Resolve Error 5030 to Rename Database

When we try to rename the database then getting error below Msg 5030, Level 16, State 2, Line 1 The

Continue reading

How to Install Yarn on CentOS And Fedora

YARN is a advanced package management software for Node.js applications and it is a package manager for the code that

Continue reading

How to Install Latest Node.js and NPM on Ubuntu with PPA

Node.js is an open-source, cross-platform for general-purpose programming and built on Chrome’s JavaScript run-time environment that easily executes JavaScript code

Continue reading

How To Install Latest Nodejs on CentOS/RHEL 8

Node.js is an open-source, cross-platform and built on Chrome’s JavaScript run-time environment that easily executes JavaScript code outside of a

Continue reading

Posts pagination

«Previous Posts 1 2 3 4 … 34 Next Posts»
  • C Programming
  • C++
  • Cyber Security
  • Interview FAQ
  • Java
  • Linux
  • MySQL
  • Netseq.com
  • Oracle
  • PHP
  • Python
  • SQL
  • SQL Server -DBA
  • Active Directory Security: Strategies to Safeguard Your Organization
  • PowerShell scripts for Active Directory (AD)
  • Top 50 Essential Active Directory PowerShell Commands and Administrative Tools
  • Critical Windows Event ID’s to SOC Team Must Monitor
  • Top Cybersecurity Threats in 2025 and How to Protect Yourself
WordPress Theme: Wellington by ThemeZee.