Skip to content

NTSEQ:- A IT Infrastructure and Cyber Security Blogs

Category: SQL Server -DBA

SQL Server -DBA, SQL Server Services, who dropped or altered tables,procedures or databases in SQL Server, What in SQL Server

How to find the recovery mode for each database ?

Through Below query we can find out the recovery model of SQL Server Databases:- select [name], DATABASEPROPERTYEX([name],’recovery’) As RecoveryMode from

Continue reading

How to view the space used and allocated by transaction log?

  DBCC SQLPERF (LOGSPACE);  

Continue reading

SQL Server Recovery models and their roles

There are 3 recovery models in SQL Server :-   Simple Full  Bulk-Logged Simple recovery model   Transaction log backups

Continue reading

What is the reason behind of transaction log file reach out of control in size ?

  Transaction log backups are not occurring while in Simple recovery mode  Very long transactions are occurring, like indexes of

Continue reading

What is transaction log file and its purpose?

The primary function of the transaction log file is to:     Record all changes to the database Record changes

Continue reading

SQL Server System Databases

Each time you install any SQL Server Edition on a server; there are four primary system databases, each of which

Continue reading

How to identify your Microsoft SQL Server version?

We can find out  the SQL Server version details from below query:- select @@version    

Continue reading

Posts pagination

«Previous Posts 1 … 15 16 17
  • 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.