Azure Data Factory

Blogs

Knoxville M365 Community Days Recap

By

Hello data friends! Had a blast at my first ever M365 Community Day this...

What is Deferred Name Resolution?

By

One interesting concept in SQL Server is Deferred Name Resolution. This is something many...

SQL Server Time Bombs

By

Common Reasons for Emergency SQL calls If you are a production DBA (or Accidental...

Read the latest Blogs

Forums

List the Databases To Which You Have Access

By rathiaakash91@gmail.com

Comments posted to this topic are about the item List the Databases To Which...

Deadlocks after index rebuild

By btork

We rebuilt a bunch of indexes that had avg_fragmentation_in_percent>30. Now we have 1 job...

SSIS (Integration Services) - "External table is not in the expected format"

By Reh23

Good Afternoon. I have been manually running an SSIS package on an adhoc basis,...

Visit the forum

Question of the Day

Dateadd with a numeric value

What is returned from the following query ?

declare @currentDateTime DATETIME = '2025-01-01 00:00:00.000'

select  dateadd(hour, 3.0/2, @currentDateTime);

See possible answers