Analysis Services (SSAS)

Technical Article

RE: Conditional WHERE

  • Reply

Here's an alternative: IF EXISTS ( SELECT * FROM Clients C INNER JOIN InvoiceHeader I ON I.ClientID=C.ClientID INNER JOIN Addresses A ON A.ClientID=C.ClientID WHERE I.InvoiceNr=@InvoiceNr AND A.PrimaryAddr=1 ) BEGIN SELECT COALESCE(LTRIM(COALESCE(Salutation,'') + ' ' + FName + ' ' + LName), BusinessName) AS ClientName, A.* FROM Clients C INNER JOIN InvoiceHeader I ON I.ClientID=C.ClientID INNER […]

2003-06-17

1 reads

Technical Article

RE: myLittleAdmin?

  • Reply

Hi I am the author of myLittleAdmin : so yes ! it is worth installing it ! πŸ™‚ I just drop these couple of lines to remind you there 3 licences of myLittleAdmin (full version) to win in the QOD this week ! Do not hesitate to contact me if you need more info about […]

β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜…

You rated this post out of 5. Change rating

2003-06-17

1 reads

Technical Article

RE: Clustering and Performance

  • Reply

Hi Did you read my sample chapter? I highly recommend it. I would say most run an active/active. I would run say the reporting DB (logshipped or a nighly copy refreshed) on one and the live oltp db on the other, this is a classic senario. The issue here is more to do with sql […]

β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜…

You rated this post out of 5. Change rating

2003-06-16

Technical Article

RE: Using variables within IN

  • Reply

Yuo could think outside the box... create a temp table with the values for your IN clause, and then do a join. For example, if you want: where col1 IN (2,5,7) create a one column table that contains three records with these values, and then say: where col1 = #tmp.Col Depending on your particular case, […]

β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜…

You rated this post out of 5. Change rating

2003-06-13

1 reads

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

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...

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