Skip to content

NTSEQ:- A IT Infrastructure and Cyber Security Blogs

Author:

How can I hide databases from other users?

I have received this query on my fb last night ,One of my friend asking me to how can I

Continue reading

Performance Tunning :- Find I/O Usage Per Databases in SQL Server

Through Below Script you are able to identify the I/O utilization By per databases in your SQL Server.The information returned

Continue reading

Performance Tunning :- How to find out CPU Uses By each Databases in SQL Server

Through Below Script you are able to identify the CPU utilization By per databases in your SQL Server:– WITH CPU_Uses_Per_Db

Continue reading

How to check status on Database Shrink Task in SQL Server?

Through Below Query we can check the status of  database Shrink Operation :- SELECT       percent_complete,       start_time,       status,       command,       estimated_completion_time,       cpu_time,      

Continue reading

Difference Between Log Shipping and Database Mirroring

Log Shipping:- It automatically sends transaction log backups from one database On another server.   T-Logs are backed up and

Continue reading

How to find out Who dropped login from SQL Server?

Through below script we are able to find out who is culprit for this activity:- ============================================================== DECLARE @enable INT SELECT

Continue reading

Recover Database from Suspect Mode in SQL Server

Today morning I observed that one of our logshipped secondary database reached into Suspect mode, I just investigated and found that log

Continue reading

What MAXDOP setting should be used for SQL Server?

You can run the below query and identify the suitable MAXDOP for your SQL Server then  you can set the

Continue reading

How to recover or attached a database which transaction log (.LDF) file is missing or corrupt?

There might be a situation due to some reason the transaction log file is corrupted or removed ,  But we

Continue reading

Find All Logins Having SA(SYSADMIN) Rights to Access SQL SERVER

Through below query we can find out the logins having SYSADMIN Rights:-    

Continue reading

Posts pagination

«Previous Posts 1 … 24 25 26 27 28 … 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.