SQLKitty

Blog Post

Terraform Elastic Jobs

I did a couple of other posts on Elastic Jobs. But now I want to set them up with Terraform. This aligns with how we create infrastructure where I...

2024-07-31 (first published: )

150 reads

Blog Post

Export Azure SQL DB to Storage

After a data migration, we needed to decommission the old Azure SQL DBs, but we wanted to keep a copy in case we needed anything later. Enter exporting an...

2024-07-03 (first published: )

255 reads

Blog Post

ERD Your Existing Databases

There are several tools out there to make your life easier by creating an ERD for your existing db. Everything works pretty well when you have a small number...

2024-06-12 (first published: )

562 reads

Blog Post

Bicep Your Elastic Jobs

I posted on Terraform and Azure SQL last year but wanted to see what Bicep could do this year. I’m going to test Bicep out with Elastic Jobs. TL;DR—My...

2024-05-22 (first published: )

148 reads

Blogs

SQL Server Logins vs. Users: Why You Really Need to Know the Difference

By

The Two-Layer Model Explained “We added them to the database, but they still can’t...

Using AI to Test a SQL Query

By

Someone sent me this code. WITH p AS ( SELECT ID, ROW_NUMBER() OVER (ORDER...

Your SQL Starting Line: Best Free Databases for Beginners

By

Wondering which database to tackle first? I’ve got the lowdown on the top free...

Read the latest Blogs

Forums

can ssrs detect rls and cls thru proxy like user ids?

By stan

Hi we often use non expiring windows and sql accounts to actually run (credential...

Changing the Paradigm of Work

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Changing the Paradigm of Work

Removing a File

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Removing a File

Visit the forum

Question of the Day

Removing a File

I attempted to use ALTER DATABASE to remove a file from my filegroup in SQL Server 2022. There are 4 files in this filegroup, but I don't need them all. However, I received a message that the file was not empty. How do I empty this file so it can be removed?

See possible answers