Skip to content
31, Aug 2025
  • facebook
  • instagram
  • twitter
  • youtube

Our Tech Ideas

Great minds discuss ideas!

Header Advertisement Image
  • Home
  • About Us
  • Privacy Policy

Category: MSSQL

  • Home
  • MSSQL
  • Page 9
Granting SELECT Permissions on a View
1 min read 0
  • MSSQL

Granting SELECT Permissions on a View

  • OTI
  • 25 May 2023
Introduction In SQL Server, views provide a convenient way to encapsulate complex queries and present a simplified and abstracted representation…
Compatibility Level of the Master DB Remains Same After Upgrades
3 min read 0
  • MSSQL

Compatibility Level of the Master DB Remains Same After Upgrades

  • OTI
  • 23 May 2023
Scenario During an upgrade from SQL Server 2008 R2 to SQL Server 2016 SP2, we have noticed that all system…
Monitoring SQL Server Jobs & its Schedules
6 min read 0
  • MSSQL

Monitoring SQL Server Jobs & its Schedules

  • OTI
  • 22 May 2023
Introduction SQL Server jobs are essential for automating tasks and maintaining the stability and efficiency of a SQL Server system.…
TSQL to find list of all index not used for last 30 days
2 min read 0
  • MSSQL

TSQL to find list of all index not used for last 30 days

  • OTI
  • 16 May 2023
This code is designed to provide information about the indexes in the database, including their creation dates, last usage dates,…
Use ProcDump to capture sql server unexpected crash dump
3 min read 1
  • MSSQL

Use ProcDump to capture sql server unexpected crash dump

  • OTI
  • 11 May 2023
To use ProcDump to capture a SQL Server unexpected crash dump, follow these steps: Download and extract ProcDump: Navigate to…
SQL Server (MSSQLSERVER) service terminated unexpectedly
2 min read 0
  • MSSQL

SQL Server (MSSQLSERVER) service terminated unexpectedly

  • OTI
  • 11 May 2023
One day, we suddenly discovered that the SQL Server was not running and was in a stopped state. In a…
TSQL to find index fragmentation in SQL Server
2 min read 1
  • MSSQL

TSQL to find index fragmentation in SQL Server

  • OTI
  • 10 May 2023
To determine index fragmentation in SQL Server, you can use the following steps: SELECT OBJECT_NAME(DMV.object_id) AS TABLE_NAME , SI.NAME AS…
SQL Server DBA Daily Routine Tasks
3 min read 0
  • MSSQL

SQL Server DBA Daily Routine Tasks

  • OTI
  • 8 May 2023
As a SQL DBA, there are various essential tasks to perform every day to ensure the smooth operation and security…
All About DBCC and DMV Interview Question 
13 min read 0
  • MSSQL

All About DBCC and DMV Interview Question 

  • OTI
  • 8 May 2023
What is the use of DBCC commands?  DBCC stands for Database Console Commands, a few of us also call it database consistency…
List all Login, User & DB Role in SQL Server
6 min read 0
  • MSSQL

List all Login, User & DB Role in SQL Server

  • OTI
  • 11 April 2023
Description This script generates a list of Logins, Users and the Database Roles that the user belongs to in all…

Posts pagination

Previous 1 … 8 9 10 … 20 Next

Categories

Archives

Featured Posts

SSMS 21 Solves Major Blocking Issues

SSMS 21 Solves Major Blocking Issues

  • Sanjay
  • 27 March 2025
SQL Server Database Auditing: Daily, Weekly, and Monthly Best Practices

Database Auditing Best Practices: SQL Server Scripts for Security & Compliance

  • Sanjay
  • 27 March 2025
SQL Server Post-Installation Checklist

SQL Server Post-Installation Checklist

  • Sanjay
  • 27 March 2025
Securing Your SQL Database

Securing Your SQL Database

  • Sanjay
  • 27 March 2025

Recent Posts

  • Everything was fine yesterday—now it’s super slow! 28 July 2025
  • Detect and Fix Orphaned Users in SQL Server – The Complete Guide (All Possible Methods) 3 July 2025
  • Exploring SQL Server Agent Jobs 28 May 2025
  • Monitoring SQL Server Agent Jobs: A Deep Dive into Job Steps with T-SQL 13 May 2025
  • Upgrading Windows Server Failover Cluster Functional Level 15 April 2025

Recent Comments

  • Salam on Database Auditing Best Practices: SQL Server Scripts for Security & Compliance
  • Ahmed on Scripting Out Existing Database Mail Profile’s Settings in SQL Server
  • krishna Kumar Rai on Find disk space using Stored procedure or TSQL
  • Ayyappa on SQL Server Backup and Restore: A Complete Guide
  • Chhavi kumar on Ultimate Guide to SQL Server Performance Tuning and Monitoring

Author Info

Sanjay Humania

Sanjay Humania

DBA

Welcome to OurTechIdeas.com, your go-to destination for insightful and practical SQL Server DBA-related technology content. Based in the vibrant city of Bangalore, India, we are a team of passionate learners dedicated to sharing our knowledge and experiences with the tech community.

Follow Us On:

Facebook Linkedin Instagram Twitter

Our Tech Ideas

Welcome to OurTechIdeas.com, your go-to destination for insightful and practical SQL Server DBA-related technology content. Based in the vibrant city of Bangalore, India, we are a team of passionate learners dedicated to sharing our knowledge and experiences with the tech community.

Featured Posts

Impact of Upgrading Secondary Node to Windows Server 2022 in SQL Server 2016 AG

Impact of Upgrading Secondary Node to Windows Server 2022 in SQL Server 2016 AG

  • Sanjay
  • 7 April 2025
Ultimate Guide to SQL Server Performance Tuning and Monitoring

Ultimate Guide to SQL Server Performance Tuning and Monitoring

  • Sanjay
  • 3 April 2025
Ultimate Guide to SQL Performance Tuning Interview Questions

Ultimate Guide to SQL Performance Tuning Interview Questions

  • Sanjay
  • 28 March 2025
SSMS 21 Solves Major Blocking Issues

SSMS 21 Solves Major Blocking Issues

  • Sanjay
  • 27 March 2025

Blog Posts

SSMS 21 Solves Major Blocking Issues

SSMS 21 Solves Major Blocking Issues

  • Sanjay
  • 27 March 2025
SQL Server Database Auditing: Daily, Weekly, and Monthly Best Practices

Database Auditing Best Practices: SQL Server Scripts for Security & Compliance

  • Sanjay
  • 27 March 2025
SQL Server Post-Installation Checklist

SQL Server Post-Installation Checklist

  • Sanjay
  • 27 March 2025
Securing Your SQL Database

Securing Your SQL Database

  • Sanjay
  • 27 March 2025

Footer Posts

Granting UPDATE Permissions on Specific Tables and Columns in SQL Server

Granting UPDATE Permissions on Specific Tables and Columns in SQL Server

  • OTI
  • 3 January 2025
A Complete Guide to Migrating On-Premises SQL Server Data to Azure Cloud

A Complete Guide to Migrating On-Premises SQL Server Data to Azure Cloud

  • OTI
  • 29 August 2024

How to Send Emails Using PowerShell with SMTP Authentication

  • OTI
  • 26 August 2024
Adding a TDE-Enabled Database to an Always On Availability Group

Understanding Transparent Data Encryption (TDE) in SQL Server

  • OTI
  • 5 August 2024
Copyright © 2025 [Our Tech Ideas] Theme: Legacy Blog By Adore Themes.