Working with one of our customers, I discovered that the reports include outdated data. I started digging deep into this issue and discovered several reports that were not refreshed. The problem First of all, I figured out that the Power BI administrators don’t know when an automatic refresh fails using the gateway. This leads to a situation when the analyst provides a report based on old data without knowing the report was not updated. So, the developers and administrators are […]
Blog
Talks on Managing Data and Applications Anywhere
One of our enterprise-level customers reached the Power BI capacity limit on dedicated cloud computing and storage resources. They already owned the Power BI Premium licensing package and didn’t want to spend more money to buy additional resources. What to do when reaching your Power BI Premium limit Reaching the resource capacity limit in Power BI may lead to serious consequences. Data models using this service will fail when refreshing through the gateway. The business will not get new data, causing […]
Subject/Title: DevOps and Test Automation: Docker saves the day! Type of Content: A blog post that covers the DB Best experience with Docker (based on the Cassandra to DynamoDB migration project). Target audience: Developers (candidates to join DB Best), IT professionals, potential customers. Summary of Content: Deep technical dive into our projects. Introduction Migrating from Cassandra to DynamoDB, we needed to run multiple tests. We faced a problem with setting up the test environment. It took a lot of time […]
Subject/Title: Top 10 misleading ideas that don’t work in application development Type of Content: A blog post that covers the DB Best expertise in application development. Based on the real customer’s stories. Target audience: Potential clients, startups, business owners, not highly technical people, who actually value their time and money and want to get the result. Summary of Content: Our goal is to showcase our rich experience with application development. Basically, we say that we’ve seen it all, and here’s the […]
I recently had a client using SQL Server 2012 Standard Edition on three of their development servers. However, SQL Server 2012 has a developer edition that is specifically designed for development servers. More importantly, our client has free SQL Server 2012 Developer edition licenses as part of the paid SQL Server Standard Editon purchase. The problem Our customer decided to convert their Standard Edition to the Developer Edition so they could save big bucks. However, the conversion process can be […]
One of our customers had their Management Data Warehouse (MDW) running on their production SQL Server 2012 and didn’t know what to do with it. Microsoft had introduced the MDW with SQL Server in 2008. However, there was a bug in SQL Server 2012 that prevented the Query Statistics data collector from working. Rather than trying to fix it, we made the decision to remove it instead. We replaced the MDW with the Open Query Store project, a community supported […]
Apple and Google set new rules for mobile applications on the App Store and Google Play annually. Even if you are not a developer, as a business person whose business is strongly associated with an application or a mobile platform, you should review them. So, let’s see what restrictions and updates we will face within the app market in 2019. It’s all about security The issue of security has everyone abuzz. Globally, users are letting developers know that they want […]
A public sector organization from the US faced a problem with an outdated Oracle Forms-based solution. They had thousands of users but couldn’t keep the existing system running at an optimized quality and usability level. Their first option was to create a completely new web-based application to make their Oracle Forms run on the web. However, we at DB Best came up with a second, more cost-effective option that also saved time. We offered to migrate their Oracle database to […]
When migrating Oracle databases to Microsoft SQL Server, the first problem you will face is mapping Oracle schema to SQL Server. You can hardly underestimate the importance of this architecture-level question because the wrong approach will lead to significant efforts in rewriting the code. The problem In Oracle, the database server contains an Oracle database and an Oracle instance. At the same time, every Oracle database contains schemas. By the way, you can learn more about the Oracle architecture here. […]