2 min read 1 MSSQL Login failed for user ‘XXXX’ (Microsoft SQL Server, Error: 18456) OTI 23 October 2019 Scenario You often get complained that user is not able…
3 min read 0 MSSQL Error : FILESTREAM feature is disable OTI 17 October 2019 Introduction Error – System.Data.Sqltypes.SqlClent.SqlError:FILESTREAM feature is disable. (Microsoft.SqlServer.Smo) Scenario A…
5 min read 0 MSSQL Run a Job on few specific dates of every month in SQL Server OTI 16 October 2019 Introduction As per business requirements, a report needs to generate…
4 min read 0 MSSQL Install SQL Server 2008R2 on Windows 2012R2 OTI 15 October 2019 Introduction Installing lower version SQL Server on a higher version…
2 min read 0 MSSQL Unable to begin a Distributed Transaction OTI 14 October 2019 Problem When your application uses the distribution transaction then you…
1 min read 0 MSSQL Rename a Database in SQL Server OTI 11 October 2019 Introduction We can rename a user-defined database in SQL Server…
5 min read 0 MSSQL Shrinking the Large Log File in SQL Server OTI 10 October 2019 Scenario We recently came across a situation where one of…
2 min read 0 MSSQL Find the database file growth for all the databases in SQL Server OTI 7 October 2019 Introduction Find the database file growth for all the databases.…
2 min read 2 MSSQL Database-Level Roles in SQL Server OTI 7 October 2019 Introduction There are two types of database-level roles: Fixed-database roles…
2 min read 1 MSSQL How to get all statistics information for a database in SQL Server OTI 4 October 2019 Introduction: Sometimes your query gives you very bad performance because…