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…
4 min read 0 MSSQLInstall SQL Server 2008R2 on Windows 2012R2 OTI15 October 2019 Introduction Installing lower version SQL Server on a higher version…
2 min read 0 MSSQLUnable to begin a Distributed Transaction OTI14 October 2019 Problem When your application uses the distribution transaction then you…
1 min read 0 MSSQLRename a Database in SQL Server OTI11 October 2019 Introduction We can rename a user-defined database in SQL Server…
5 min read 0 MSSQLShrinking the Large Log File in SQL Server OTI10 October 2019 Scenario We recently came across a situation where one of…
2 min read 0 MSSQLFind the database file growth for all the databases in SQL Server OTI7 October 2019 Introduction Find the database file growth for all the databases.…
2 min read 2 MSSQLDatabase-Level Roles in SQL Server OTI7 October 2019 Introduction There are two types of database-level roles: Fixed-database roles…
2 min read 1 MSSQLHow to get all statistics information for a database in SQL Server OTI4 October 2019 Introduction: Sometimes your query gives you very bad performance because…