data mart

Technical Article

RE: Query

  • Reply

How about something like this:___________________________________________________________declare @@counter integer declare @@appendsql varchar(1000) declare @@sql varchar(1000)set @@counter = 1 set @@sql = 'select 'WHILE @@counter < (select COUNT(distinct ID) from temp)  BEGIN  set @@appendsql = 'SUM(CASE ID WHEN ' + CAST(@@counter as varchar(1000)) +      ' THEN value ELSE 0 END) as ID' + CAST(@@counter as varchar(1000)) + ','   set […]

You rated this post out of 5. Change rating

2005-02-04

Technical Article

RE: Enjoying QOD

  • Reply

Thanks! There's a standings page that's half complete :). You can see it on the QOD homepage under Your Scorecard. Once there's enough points to really weigh people out there, I'll create a true standings page so people can see how they rank. The harder the question, the more points you get. Brian Knight bknight@sqlservercentral.com […]

You rated this post out of 5. Change rating

2003-06-22

1 reads

Blogs

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers