Database Administration & Monitoring, Database management, SQL Server SQL Server Integrated acceleration & offloading 16.11.2023 by Christophe Cosme Introduction I was asked by one of my customers to have a look at the SQL Server 2022 Integrated acceleration & offloading feature. The goal of it is to provide a framework for offloading specific SQL Server workload compute(…)
SQL Server The Case of FileTable with Basic Availability Groups 06.10.2023 by Adrien Obernesser Using FileTables with Basic Availability Groups in SQL Server offers a robust solution for storing non-relational data but requires careful management due to potential risks like data corruption during long transactions and failovers. While BAG ensures data integrity, challenges arise(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server: How to shrink the T-log file for a lot of old user-databases 06.10.2023 by Stéphane Haby Recently I have the case that a customer has a lot of databases not more used but need to be accessible at any time. In this case, we had a lot of T-log with the size when there(…)
SQL Server Sql Konferenz 2023 in Hanau, Germany 25.09.2023 by Microsoft Team Introduction It was a very great pleasure to participate to the Sql Server konferenz 2023 in Hanau, Germany, the 12 and 13 September 2023. I went with my colleague Petar, of the same Microsoft Sql Server team by(…)
SQL Server SQL Konferenz 2023 in Hanau – Meet Tame, the data monster 19.09.2023 by Microsoft Team After 2 years, or even 3 years? The organizers could not agree, the SQL Conference took place again in Hanau. 73 speakers have taught us in over 80 sessions with their experience as well as knowledge new.
NoSQL, PostgreSQL, SQL Server MongoDB: How to translate SQL to MongoDB commands 17.09.2023 by Middleware Team Introduction Hi everybody If you work with databases, you will be familiar with the two main philosophies used in this domain: The SQL philosophy (RDBMS) and, of course, NoSQL databases.Some examples of SQL databases are Oracle and Postgres,(…)
Database Administration & Monitoring, Database management, SQL Server, Technology Survey SQL Server Tools: First steps with go-sqlcmd tool on Windows Server 2022 11.08.2023 by Stéphane Haby As you know, with the new version of SSMS since the version 18, the tools like sqlcmd are no more included in the installation. You need to download separately the tools that you need here Few(…)
Database management, SQL Server, Security SQL Server Tips: CMS – Connection Error: -2146893019 Severity: 20 05.07.2023 by Stéphane Haby Few days ago, I install new instances SQL Server 2022 and the new SSMS by a customer and when I register the instances in the Central Management Servers (CMS), I was surprise by the error coming from the connection(…)
AWS, Ansible, Cloud, Database Administration & Monitoring, Kubernetes An overview of “Oracle Cloud Infrastructure: everything for an efficient migration” event by dbi services 17.05.2023 by Elisa Usai Is the Oracle Cloud a hot topic for you? dbi services organized an event about the Cloud today in Lausanne: "Oracle Cloud Infrastructure: everything for an efficient migration".
SQL Server SQL Server: Is this ad hoc workload an issue? 17.05.2023 by Microsoft Team I ran into an interesting scenario with a customer that I want to share in this blog post.This customer is running a data-loading activity on a monthly basis from his business application.He did not complain about the performance, the(…)