Viewing 15 posts - 6,211 through 6,225 (of 8,731 total)
wilks (7/1/2014)
July 1, 2014 at 10:07 am
Kenneth.Fisher (7/1/2014)
July 1, 2014 at 9:50 am
If the cube is unprocessed, you can't see it in Excel or browse it in any other client application.
If it fails to process, it will remain unprocessed. If it completes...
July 1, 2014 at 8:38 am
Going further even if I don't like to give the complete solution. You could show some effort on trying the solutions and recommendations.
Using Sean's sample data:
SELECT SomeID,
...
July 1, 2014 at 8:24 am
Stuart Davies (7/1/2014)
"But. . . . but . . but you work in IT don't you??":rolleyes:
A friend of mine was asked to check the lamp from the...
July 1, 2014 at 8:11 am
ramrajan (6/30/2014)
the objective is to replace the NOT in with some joins
What are you expecting to get from this? It might affect performance and the result should be the same...
June 30, 2014 at 8:37 am
What happens when you have more than 2 numbers?
You could use the Pattern Split explained on this article: http://www.sqlservercentral.com/articles/String+Manipulation/94365/
Declare @X varchar(100)
Select @X= 'Here is some text 15234 here is some...
June 30, 2014 at 8:23 am
Basically, the article is describing the need for clustered indexes and not precisely the need of Primary Keys.
PKs are used for referential integrity and are part of the logical design.
CI...
June 30, 2014 at 7:52 am
Congratulations Koen. You're certainly one of the top posters on Bi.
On a completely different subject, I'm taking 20467BC course this week and found some surprises like using while loops...
June 24, 2014 at 10:08 am
Is that id an identity column? Could you remove the identity property to be able to update it with a ROW_NUMBER() by the natural key? Or simply use the ROW_NUMBER...
June 22, 2014 at 12:07 pm
ORDER BY doesn't seems logical on an ETL process. Why would you need it?
June 22, 2014 at 11:20 am
Thak you for the feedback.;-)
June 22, 2014 at 10:23 am
Agreed, you don't need a cursor but you might not even need a udf. If you share the code, we might be able to help you to speed this query....
June 22, 2014 at 10:05 am
I've found the same problem since the site was migrated. I hope everything comes back to normal soon.
June 22, 2014 at 10:04 am
Viewing 15 posts - 6,211 through 6,225 (of 8,731 total)