.NET Darko Martinović in .NET How to Program with MongoDB Using the .NET Driver As more shops move to NoSQL databases, developers must learn new techniques for querying and updating data. In this article,... 24 October 2018 38 min read
.NET Darko Martinović in .NET Office Development in Visual Studio Microsoft Office is heavily used in most organizations, and Microsoft has provided several ways to extend and customize Office applications.... 01 August 2018 27 min read
T-SQL Programming Darko Martinović in T-SQL Programming Converting a Database to In-Memory OLTP In-Memory OLTP was introduced with SQL Server 2014 as a way to improve transaction performance. There are several scenarios that... 10 May 2018 29 min read
Darko Martinović Programming SQL Server with SQL Server Management Objects Framework SQL Server Management Objects (SMO) is a great tool for managing SQL Server. Darko Martinovic demonstrates how to use SMO... 09 April 2018 26 min read
Darko Martinović An Easier Way of Transposing Query Result in SQL Server T-SQL does not have an easy way to transpose a row and a column. Of course, there is the PIVOT... 13 March 2018 17 min read
Database Administration Darko Martinović in Database Administration Building a Custom Blocked Process Report Blocking in SQL Server is normal behavior, but excessive blocking can lead to many complaints and is a symptom of... 05 January 2018 31 min read
T-SQL Programming Darko Martinović in T-SQL Programming SQLCLR in Practice: Creating a Better Way of Sending Email from SQL Server SQLCLR is now considered a robust solution to the few niche requirements that can't be met by the built-in features... 17 July 2017 36 min read