parallelism

Technical Article

RE: Calculate Member?

  • Reply

Thank you for the response, I using iif([DialerType].CurrentMember IS [DialerType].[Dialer Type Code].&[2180], some value, other value)Works also, and your's also works, but the way I am new to MDX, do you know something on MDX like T-SQL does case statement, I can have at least three values to evaluate, the IIF only works for two sets […]

You rated this post out of 5. Change rating

2004-02-11

Technical Article

RE: need help with syntax-EXEC i get an error

  • Reply

Hi ilan, quote: NO i test the tow possibility and still a gen an error --------------- when i do this set @recipient='select @pstrNames' OR this select @recipient='select @pstrNames' i get this Server: Msg 137, Level 15, State 2, Line 1 Must declare the variable '@pstrNames'. ----------------------------------- is this the full statement you've posted or is […]

You rated this post out of 5. Change rating

2003-07-25

2 reads

Technical Article

RE: Stored Procedure

  • Reply

Personally I would consider doing like so. Replace all occurrances of @DateHolder with DATEADD(ss,-1,DATEADD(d,DATEDIFF(d,0,GETDATE()+1),0)) in your query code and get rid of the variable declaration. Replace @tdate with GETDATE() and get rid of variable declaration. Not really sure you need SET DATEFORMAT so say good-bye to it. Then try this. CREATE PROCEDURE GetFrontDeskData;1 @PracticeID bigint, […]

2003-06-17

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