Why is the language developers and DBAs use to organize data such a mess? Here are 13 reasons we wish we could quit SQL, even though we probably won't. For all its popularity and success, SQL is a ...
After SQL grouping, it must aggregate immediately, making it difficult to filter records based on condition b. It can only be indirectly implemented using a join statement in conjunction with multiple ...
Hello there! 👋 I'm Luca, a BI Developer with a passion for all things data, Proficient in Python, SQL and Power BI ...
When designing objects in SQL Server, we must follow certain best practices. For example, a table should have primary keys, identity columns, clustered and unclustered indexes, data integrity and ...
Sometimes, you may want to convert data in one column to organized data in Excel. This is especially true when you copy-paste unorganized data from a word editor to an Excel sheet. All the data is ...
App templates in PowerApps are a great way to jump start the creation of an app that can be deployed in your tenant. Those templates create a polished, finished app, and in many cases it creates an ...
SQL Server 2016 lets you treat JSON objects like rows in a table, allowing you to use data from AJAX queries in joins, updates and any other SQL statement you can think of. SQL Server 2016 provides ...
Trying to export timestamp column, results in a fatal error. The timestamp datatype in SQL Server is actually a rowversioning and thus fails. From the dbptk-app log ...