Skip to content

NTSEQ:- A IT Infrastructure and Cyber Security Blogs

Author:

How to resolve error ‘A network-related or instance-specific error occurred while establishing a connection to SQL Server?

Error: Sometimes you may get this below Error while connecting to SQL Server instance:- “A network-related error or instance-specific error

Continue reading

What are Characteristics Of Constructors in C++

Characteristics of constructors are below:-  These are called automatically when the objects are created. All objects of the class having

Continue reading

what is Copy Constructor in C++?

Copy Constructor:- It is of the form classname (classname &) and used for the initialization of an object form another

Continue reading

What is difference between Call by Value and Call by reference?

Call by Value: – In this method the values of the actual parameters (appearing in the function call) are copied

Continue reading

How can you find Index Fragmentation in a SQL Server Database?

Through Below query you are able to find out index fragmentation in SQL Server databases:-   select avg_fragmentation_in_percent,OBJECT_Name(object_id), * from

Continue reading

How can you track DDL Changes in SQL Server Databases?

Recently i have faced one scenario where one of our developers had changed one SP because of that application has

Continue reading

How to attach database without LDF file in SQL Server?

There can be a situation where you don’t have full database backup and you have corrupted your ldf file due to power

Continue reading

How to recover query files in SQL Server Management Studio after crashes?

If SQL Server Management Studio (SSMS) crashes for any reason at any time, then there is a chance that you

Continue reading

Write A program in C to copy one string into another String ?

/ ** Write A program in C to copy one string into another String **/ void stringCpy(char* s1,char* s2); int

Continue reading

C Program to Check Armstrong Number

/* write A C Program to Find Armstrong Number */ #include <stdio.h> int main() { int num, sum=0, rem=0,temp; printf(“Enter

Continue reading

Posts pagination

«Previous Posts 1 … 22 23 24 25 26 … 35 Next Posts»
  • C Programming
  • C++
  • Cyber Security
  • Interview FAQ
  • Java
  • Linux
  • MySQL
  • Netseq.com
  • Oracle
  • PHP
  • Python
  • SQL
  • SQL Server -DBA
  • Identity & Access Management for Controlled Access to Your Environment
  • Security Advisory – CCVE-2026-0257: Authentication Bypass in PAN-OSGlobalProtect
  • Active Directory Security: Strategies to Safeguard Your Organization
  • PowerShell scripts for Active Directory (AD)
  • Top 50 Essential Active Directory PowerShell Commands and Administrative Tools
WordPress Theme: Wellington by ThemeZee.