Akeesoft

Deep Dive Into Detailed SQL Server Architecture | Step by Step | Updated

Deep Dive Into Detailed SQL Server Architecture | Step by Step | Updated In the realm of data management and relational databases, Microsoft SQL Server stands as a stalwart, offering robust solutions for organizations of all sizes. Understanding the architecture of SQL Server is crucial for developers, administrators, and decision-makers alike, as it forms the […]

Importance of Fixing Orphan Users,Find and fix the orphaned users in SQL server

Importance of Fixing Orphan Users,Find and fix the orphaned users in SQL server Orphan users refer to those present at the database level without corresponding logins at the server level. They typically arise during actions like database backup and restoration, often occurring during database migrations. In essence, when the mapping between SQL Server logins and […]

How to Install SQL Server Management Studio(SSMS)

How to Install SQL Server Management Studio? Why to Install SQL Server Management Studio in short called as SSMS? How to install SSMS? You will get to know more details on SSMS, including Installation and importance of SSMS. To start installation of SSMS , we required a setup up ,which can be downloaded for free […]

How to Install Microsoft SQL Server 2019 Standard Edition

How to Install Microsoft SQL Server 2019 Standard Edition Are you looking to install SQL Server 2019 Standard Edition? Then, this post will be your one stop , for getting detailed step by step process for Installation of SQL Server.   Double click on the above setup file, you will get below wizard. Setup file […]

How to configure Database Mail in SQL Server

How to configure Database Mail in SQL Server DB mail or Database mail is a SQL Server Feature, which is used to send email from SQL Server Database Engine.Using database mail in sql server , can send notification to email id’s like alerts, any query output,SQL server health status report,SQL Agent Job notifications and more. […]

How to Connect to SQL Server Running in a Windows Server

How to Connect to SQL Server Running in a Windows Server Before moving forward on the Login concept, it is also important to understand about Login and User Login is used to connect to the SQL Server, means as SQL Instance Level User is available at Database Level Only If Login and user is mapped, […]

Setup Always On Availability Group In Sql Server

Setup Always On Availability Group In Sql Server The introduction of the “Always On” feature in SQL Server 2012 marked a significant advancement. “Always On” offers enhanced high availability and disaster recovery capabilities for crucial production user databases. With Always On feature in SQL Server, We can perform automatic or manual failover for a database […]

Top 5 New Features of SQL Server 2022

Top 5 New Features of SQL Server 2022 Microsoft’s SQL Server stands out as a top-tier tool for organizations handling extensive databases. Given the increasing significance of the cloud in IT services, there’s a continuous rollout of fresh features and services for SQL Server. SQL Server 2022, available in both in-cloud and on-premises variants, offers […]

sp_help_revlogin –Transfer logins to SQL Server Instance

sp_help_revlogin –Transfer logins to SQL Server Instance sp_help_revlogin is mostly used stored procedure ,which is very helpful to transfer logins and passwords from one sql instance of a server to another sql instance of the server. Step1: Connect to the Server you want Logins to be moved Step2: Execute Below Stored Procedure Step3: Execute sp_help_revlogin […]

Step By Step Guide To Install SQL Server Developer Edition

Step By Step Guide To Install SQL Server Developer Edition SQL Installation is very important part to start with SQL Server,Specially Developer edition Installation has its own importance and different from regular SQL Server Installation. This post will help with step by step guide to install SQL Server Developer Version 2022,You will also learn the […]