DB Cloud Tech

Blogs

Build a Dockerized Todo List RESTful API in C# with GitHub Actions and Azure Container App: A…

By

Build a Dockerized Todo List RESTful API in C# with GitHub Actions and Azure...

Cyber Scams and Operation Shamrock

By

Erin West gave the keynote for the 2025 Techno Security & Digital Forensics East...

The Book of Redgate: Ingeniously Simple

By

Redgate has been known for many useful tools that are easy to use. We’ve...

Read the latest Blogs

Forums

Adding Lots of Dates

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Adding Lots of Dates

Is there a way to exclude records from being loaded when using BULK INSERT?

By water490

Hi everyone I have one record in the source CSV file that is not...

BULK INSERT messing up import of CSV file with a comma in it

By water490

Hi everyone I am using BULK INSERT to load a CSV.  I have noticed...

Visit the forum

Question of the Day

Adding Lots of Dates

The second parameter for the EOMONTH() function is an integer. In June 2025, if I run this code, what is returned?

DECLARE @d DATE = GETDATE()
SELECT EOMONTH(@d, 95695)

See possible answers