Skip to content

NTSEQ:- A IT Infrastructure and Cyber Security Blogs

Author:

Fix:- Error: 262 : SHOWPLAN permission denied in SQL Server

One of my friends asked me one question when he tries to check the execution plan the he received an

Continue reading

How to Enable and Disable All Constraint for Table and Database in SQL Server

The best way to insert valid data in database is with the constraints. It is also known as data enhancing,data

Continue reading

C Program to Implement RADIX SORT Algorithm

#include<stdio.h> void radixsort(int arr[], int n); int main() {  int arr[100],num,i;  printf(“How many elements do you want to Enter for

Continue reading

C++ Program to Perform Conversion from Celsius to Fahrenheit or Fahrenheit to Celsius

#include<iostream> int main() { float temp,conv_result; int choice; std::cout<<“Conversion of Temperature From ” << “\n 1.Celcius to Fahrenheit”; std::cout<<“\n 2.Fahrenheit

Continue reading

Caesar Cipher Encryption & Decryption in C and C++

Caesar Cipher:- Caesar cipher is one of the earliest known and simplest ciphers. It is a type of replacement cipher

Continue reading

Python program to check whether a number is Prime or not

# Taking one number  below and check it is prime or not number = 13 if number > 1: for

Continue reading

Python Program to Calculate the Area of a Triangle

we are using below formula to calculate area of triangle s = (a+b+c)/2 area = √(s(s-a)*(s-b)*(s-c))   a = 4

Continue reading

Python Program to Find Armstrong Number

Find Below Program to check Armstrong numbers in certain interval # take input from the user low_range = int(input(“Enter lower

Continue reading

Insertion Sort Program in C

Implementing Insertion Sort Algorithm #include<stdio.h> int main() {   int arr[20],num,Temp,i,j;   printf(“\n\n How Many Number do you want to enter…: “);

Continue reading

Python Program to Print the Fibonacci series

Program to display the Fibonacci sequence up to n-th term where n is provided by the user count = int(input(“enter

Continue reading

Posts pagination

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