Skip to content

NTSEQ:- A IT Infrastructure and Cyber Security Blogs

Category: SQL

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

SQL Server :- STUFF AND FOR XML PATH for String Concatenation

STUFF AND FOR XML PATH in SQL Server :- We can use XmlPath(”) to concatenate multiple column data into single

Continue reading

Concatenate text from multiple rows into a single string in SQL server?

suppose there is a table entrepreneur in a database holding names, with multiple rows like below:- For Example:- Company_Id   

Continue reading

What’s the difference between TRUNCATE and DELETE in SQL

The difference between TRUNCATE, DELETE, and DROP is one of the most common interview questions. Here are some of the

Continue reading

What are the difference between DDL, DML, DCL and TCL commands?

DDL Data Definition Language (DDL) statements are used to define the database structure or schema. Some examples are:- CREATE –

Continue reading

SQL SERVER:- How To get List of SQL Server Jobs and Their Owners

With the help of below script we are able to get the SQL Server jobs and respective owner details in

Continue reading

Find Percentage Completion Of Currently Running Processes Or Job In SQL Server

In SQL Server Some tasks that are running take a long time to run and it is sometimes difficult to

Continue reading

SQL Server :- Get Statistics Of All Objects Of A Database In SQL Server

With the help of  Below Query you are able to find the details about Statistics of a database in SQL

Continue reading

How to get when your SQL server was last restarted?

Through below script you are able to find SQL Server Last Restart Time:- SELECT sqlserver_start_time from sys.dm_os_sys_info;    

Continue reading

SQL Server :- How to check User database size in SQL Server?

Through below Script we are able to find out the User database Size in SQL Server. Check User database size

Continue reading

Posts pagination

1 2 3 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.