2 min read 0 MSSQL SQL Network Interfaces, error: 26 OTI 17 November 2019 SQL Network Interfaces, error: 26 – Error Locating Server/Instance Specified Users often see “SQL Network Interfaces, error: 26 – Error Locating…
2 min read 1 MSSQL Find the SQL Server Cluster details OTI 8 November 2019 Scenario A cluster includes two or more physical servers, called nodes; identical configuration is recommended. One is identified as the active node,…
2 min read 4 MSSQL Create login by CMD in SQL Server OTI 7 November 2019 Scenario You have got the SQL database engine installed but no SSMS installed on it. In this scenario how you…
4 min read 0 MSSQL Best Practices for SQL Database setting OTI 6 November 2019 1. Database Owner: ‘sa’ As per my understanding, the Database Owner always should be ‘sa’. We can change ‘sa’ login…
2 min read 0 MSSQL Find all the users for a particular database OTI 6 November 2019 Introduction In SQL Server, managing user access and permissions is crucial for maintaining the security and integrity of a database.…
1 min read 0 MSSQL How to run a SQL query using command prompt without SQL SSMS OTI 31 October 2019 Introduction How to run a SQL query using command prompt without SQL SSMS Open CMD from Run and run the…
2 min read 2 MSSQL Find IP and Port using SQL SSMS OTI 31 October 2019 Find IP and Port using SQL SSMS Find IP and Port of a SQL Server from a client machine. The…
2 min read 0 MSSQL Find user activity without any Auditing OTI 28 October 2019 How to find out user activity on database without any particular Auditing Sometime you may need to find out who…
4 min read 2 MSSQL Latest service pack to SQL Server OTI 28 October 2019 Apply latest service pack to standalone SQL Server We have given a Microsoft SQL Server 2016 (RTM) – 13.0.1601.5 (X64)…
2 min read 0 MSSQL Find SQL Server/Instance details using SQL query OTI 24 October 2019 Scenario Sometimes you need to gather the SQL instance details in a proper format such as Server Name, Instance, Service…