Skip to content

NTSEQ:- A IT Infrastructure and Cyber Security Blogs

Author:

C program to print Armstrong numbers from 1 to 1000

#include<stdio.h> #include<conio.h> int main() { int num, n, cube, d, sum; printf(“Armstrong numbers are : \n”); for (num = 100;

Continue reading

Program to Convert a binary number to a decimal number

#include<stdio.h> #include<conio.h> int main() { int n, nsave, rem, d, j = 1, decimal = 0; printf(“Enter the number in

Continue reading

Program In C to find out the factorial of any number

#include<stdio.h> #include<conio.h> int main() { int n, num; long fact = 1; printf(“Enter the number :”); scanf(“%d”, &n); num =

Continue reading

Program In C to print the sum of digits of any number

#include<stdio.h> #include<conio.h> int main() { int n, sum = 0, rem; printf(“Enter the number : “); scanf(“%d “, &n); while

Continue reading

How To Find and Remove Duplicate records in SQL ?

I have created a table and inserted some records in Table for understanding purposes.    Creating New Table create table

Continue reading

How To Check Word or String is Palindrome or not ?

We can check given word is palindrome or not through below code:-   #include<stdio.h> #include<string.h> main( ) { char str[10];

Continue reading

Find The 2nd or 3rd Or Nth Highest Salary In SQL

I have created a table and inserted some records in Table for understanding purposes. — Creating New Table create table

Continue reading

How to Shrink TempDB Database Without Restart SQL Server Services?

Sometimes we try to Shrink TempDB but it don’t happen then  We can Shrink TempDB Database without restart the SQL

Continue reading

How Can You find out Process ID for SQL Server Services?

After the execution of above script you will get information like service status, process Id, last startup time and service

Continue reading

How to find out the size of Indexes in SQL Server database?

we can find or calculate the size of every indexes in a table through sys.indexes and sys.dm_db_partition_stats DMF. SELECT SCHEMA_NAME(tn.schema_id)

Continue reading

Posts pagination

«Previous Posts 1 … 20 21 22 23 24 … 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.