4 min read 0 MSSQLBest Practices for SQL Database setting OTI6 November 2019 1. Database Owner: ‘sa’ As per my understanding, the Database…
2 min read 0 MSSQLFind all the users for a particular database OTI6 November 2019 Introduction In SQL Server, managing user access and permissions is…
1 min read 0 MSSQLHow to run a SQL query using command prompt without SQL SSMS OTI31 October 2019 Introduction How to run a SQL query using command prompt…
2 min read 2 MSSQLFind IP and Port using SQL SSMS OTI31 October 2019 Find IP and Port using SQL SSMS Find IP and…
2 min read 0 MSSQLFind user activity without any Auditing OTI28 October 2019 How to find out user activity on database without any…
4 min read 2 MSSQLLatest service pack to SQL Server OTI28 October 2019 Apply latest service pack to standalone SQL Server We have…
2 min read 0 MSSQLFind SQL Server/Instance details using SQL query OTI24 October 2019 Scenario Sometimes you need to gather the SQL instance details…
2 min read 1 MSSQLLogin failed for user ‘XXXX’ (Microsoft SQL Server, Error: 18456) OTI23 October 2019 Scenario You often get complained that user is not able…
3 min read 0 MSSQLError : FILESTREAM feature is disable OTI17 October 2019 Introduction Error – System.Data.Sqltypes.SqlClent.SqlError:FILESTREAM feature is disable. (Microsoft.SqlServer.Smo) Scenario A…
5 min read 0 MSSQLRun a Job on few specific dates of every month in SQL Server OTI16 October 2019 Introduction As per business requirements, a report needs to generate…