SQL Data Exploring

SQLServerCentral Article

5 (4)

You rated this post out of 5. Change rating

2023-11-20 (first published: )

11,283 reads

Blogs

Teaching at the SC Statewide Audit Conference

By

Instead of teaching the CISA exam prep course, I'm teaching in the IT track....

Upgrading SQL Server in a Container

By

I decided to update software on my laptop recently during a trip. I’m loathe...

SQL Server Editions: What’s the Difference and Why It Matters

By

Understanding the Limits Before You Hit Them If you’re responsible for a SQL Server...

Read the latest Blogs

Forums

cant that export task be scripted without ssis

By stan

hi, i'm archiving some dw stuff to tsv's.   i got the manual sequence working...

Dependency Chain

By Phil Parkin

I have not yet been able to come up with a tidy solution for...

is there a reorg available in sql server?

By stan

hi i have a 67 million row fact table that needs about 30 million...

Visit the forum

Question of the Day

Getting the Updated Column List

What happens when I run this code in SQL Server 2022?

UPDATE dbo.CustomerLarge
 SET CustomerContactFirstName = 'Andy'
 WHERE CustomerID = 1

SELECT COLUMNS_UPDATED()

See possible answers