4 min read 2 MSSQL Send Disk space report daily by a Job OTI 29 November 2019 How to send Disk space report daily by a Job Send Disk space report daily by a Job. Here we…
4 min read 0 MSSQL Send Database Backup Report Daily by a Job OTI 28 November 2019 How to Send Database Backup Report Daily by a Job Send Database backup report daily by a Job. Here we…
8 min read 0 MSSQL Find Server Information by TSQL script OTI 26 November 2019 Display all Server Information by using TSQL script The below listed all SQL Server Information can be retrieved by a…
2 min read 0 MSSQL Backup & Restore Multiple Databases OTI 25 November 2019 Backup and restore all databases from an old SQL server and restore it on new SQL server. The number of…
3 min read 1 MSSQL Fixing Orphaned Users in SQL Server OTI 25 November 2019 Introduction In easier terms, a ‘Login’ is like an entry pass to get into a SQL Server, and a ‘User’…
2 min read 0 MSSQL Find cached execution plan OTI 21 November 2019 An execution plan, simply put, is the result of the query optimizer’s attempt to calculate the most efficient way to implement the request…
8 min read 3 MSSQL Configuring Database Mail in SQL Server OTI 17 November 2019 SQL Server Database Mail facilitates email communication directly from the database engine. This capability is critical for transmitting query results,…
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…