Cláudio Silva

I work as Data Platform Architect.
I love performance tuning and I'm also a PowerShell lover who automates any process that needs to be done more than a couple of times.
I contribute to open-source PowerShell modules such as dbatools and dbachecks.

Blogs

Is Your Business Truly Ready for AI?

By

The AI revolution isn’t coming – it’s here. Companies are racing to integrate artificial...

Data Governance: The Invisible AI Accelerator

By

Introduction Do you remember the effort of tidying up your BI and reporting systems,...

Making a PostgreSQL Backup in a Container

By

I needed to back up a PostgreSQL database as a part of the repro...

Read the latest Blogs

Forums

T-SQL - Restore Database

By lanky_doodle

Hey, I've previously used this or something like this: RESTORE DATABASE [DBNAME] FROM DISK...

CU31 breaking non clustered Availability Groups

By bmcmeans76

Last week I downloaded and applied the newest CU31 patch to our lower environment...

Master Data Services many tables starting with starting tbl

By jaango123

  Hi All, I can see many tables under MasterDataServices like below in an...

Visit the forum

Question of the Day

A Simple Choice

I have this data in a table?

CatIDCatName
3Monitors
What is returned when I run this code?
SELECT CHOOSE(catid, 'Laptops', 'PCs') FROM dbo.Categories AS c
 

See possible answers