A Saturday full of new ideas, new information and new contacts lies behind me. Many high-level international speakers shared their experiences, many participants from near and far exchanged ideas on a wide range of topics related to PowerShell.
#PSSatKA#PowerShell#ORDIX
Would you like to optimize your PowerShell code with some object orientation? But without having to design complex classes right away? Then come to my presentation at the PSSaturday Karlsruhe at the end of November.
psugffm.odoo.com/event/pssat…#PowerShell#PSSaturday#PSSatKA
📸 What a way to kick off PS Saturday Karlsruhe!
We’re starting the day with an amazing group of PowerShell enthusiasts, ready to dive into a full day of learning, sharing, and connecting! 🚀
💙 Let’s get this started!
#PSSatKA#PSSaturdayKA#PowerShell
🎄 What a festive PowerShell Saturday! Right now, two exciting sessions are happening:
🎁 "Make every day Christmas!" by Björn Sundling
🤖 "Intelligent data objects in PowerShell - A first step towards object-oriented programming" by @JordanOrdix#PSSatKA#PSSaturdayKA#PowerShell
To all the #SQLServer DBAs out there: A new release of the PowerShell module #dbatools has been published today.
Most of the changes were made on a rainy Sunday in France. So this is the official France release...
github.com/dataplat/dbatools…
Um 9 Uhr darf ich mit meinem Vortrag zum Thema Bufferpool-Fragmentierung den SQL Server Track im Raum Okzident auf den IT-Tagen in Frankfurt eröffnen.
#ittage#ittage2023
Here we go.... ORDIX AG will be the host of the first meetup for the @PostgreSQL User Group NRW in Cologne on Thursday 22.02.2024.
Agenda will follow soon....if you are curious about @PostgreSQL topics or just networking feel free to join...
meetup.com/postgresql-user-g…
Be careful in #PowerShell if using [IO.Path]::Combine() instead of Join-Path (I prefer it because it can join up to 4 path elements in 1 call rather than having to nest Join-Path calls) because if your 1st path doesn't have a \ it will not make an absolute/proper path eg c:temp
this 15-line stored procedure will return the closest 10 restaurants to any given lat/lng
if you're wondering why logic inside databases makes sense, feel free to rewrite this in your favorite programming language
benchmark it once you're finished