Viewing 15 posts - 1,156 through 1,170 (of 1,192 total)
What's the datatype of the WeeklyPlanMix.FinanceForecastExVAT field?
Separately, it's the references to 'CalculatedFieldWrapperImpl' that I don't like - looks like RS is doing something odd with the value.
suggests multivalued parameters...
November 18, 2011 at 9:21 am
It might not like trying to divide an aggregated field by a non-aggregated field in the same dataset.
Does the calc work without the SUM?
November 18, 2011 at 8:38 am
I'm thinking that being "The DBA in Space" could be worth rather more than $100k to your career... 😎
Being "The DBA Who Took the Cash", not so much.
November 18, 2011 at 8:35 am
Are the fields both in the same dataset, or are either calculated fields?
November 18, 2011 at 8:18 am
MSorteberg (11/18/2011)
don't really see a difference between the two.
Agreed. I have worked as both and they're very different 🙂
Title is DBA now, have been BI Developer.
Generally I'll say "I work...
November 18, 2011 at 7:28 am
Extra or missing bracket (depending on the calc you want) unless it's a typo?
November 18, 2011 at 7:21 am
It's a tough one. The cash would be might useful. On the other hand, bet it'd be one hell of a ride*!
*Once they actually have something working...
November 18, 2011 at 7:17 am
Or Deny delete permissions to the developers! 😉
November 17, 2011 at 10:07 am
Once the table is created, you add exactly one million rows to it, all with ShortDescription equal to 'None', LongDescription and AddDate set to NULL, all numeric columns equal to...
November 16, 2011 at 2:58 am
Yep looks like it: http://msdn.microsoft.com/en-us/library/cc280356.aspx
Got caught out by it myself a while ago by some Windows 2000 machines 🙂
November 15, 2011 at 10:08 am
If it's an old box I'd check that version of Native Client supports the host OS.
Should be able to use an older version of NC if it is an issue.
November 15, 2011 at 9:46 am
Ha, let me rephrase that - you could use the FORCESEEK hint, but I really really really _really_ wouldn't recommend it 🙂
I have had cause to use an index (not...
November 15, 2011 at 6:42 am
You could use the FORCESEEK table hint, but I wouldn't recommend it.
Does the query with the dummy WHERE clause outperform the one without, and are they synonymous queries?
As Ninja says,...
November 15, 2011 at 6:25 am
Does your actual view or query have a where clause?
Is it table 1, 2, or 3 that's being scanned? What's the DDL for table 3?
Is it a table scan or...
November 15, 2011 at 5:01 am
Viewing 15 posts - 1,156 through 1,170 (of 1,192 total)