If there is a need to move data between local SQL Server instances (on-premise) and Azure SQL Databases we can use Azure Data Factory. But it isn’t the ideal solution all the time: it’s paid in some scenarios and not everyone is familiar with it. And the most critical issue…
Power BI Report Server release schedule
Comparing strings with trailing spaces
There is all the time confusion in the developer’s daily job how exactly is SQL Server handling padding spaces before and after strings in comparison and data persistence. Time to make it more clear now. The few most important things to remember are: SQL Server follows the ANSI/ISO SQL-92 specification…
Azure Data Studio
Specifying FILEGROUP in SELECT * INTO
SQL Server 2016 brings a lot of new configuration options at the database level (DATABASE SCOPED CONFIGURATION) instead of at the instance level only. SQL Server 2017 adds to this list another new option. It’s called IDENTITY_CACHE and allows us to adjust if the IDENTITY values generator will use cache…
Power BI Helper
Funkce STRING_AGG(), novinka v SQL Serveru 2017, řeší nekonečné problémy s tím, jak spojit dohromady řetězce z více řádků v rámci jednoho datového setu. V průběhu let jsme pracovali nejčastěji s využitím FOR XML PATH (nebo JSON), případně s deklarací proměnné a sčítáním řetězců. To vše už nyní budeme používat…