Viewing 15 posts - 211 through 225 (of 400 total)
GilaMonster (6/28/2011)
Rich Yarger (6/27/2011)
June 28, 2011 at 8:20 am
Thanks to "Brain-Dumps", I decided to stick with my Novell certifications, and ditched a training program I was in about 11 years ago. Why you ask? Well -...
June 27, 2011 at 11:20 pm
I just say that I work in I.T. with Databases. If they ask beyond that, I say SQL Server databases. If I get a blank look, I make...
June 25, 2011 at 12:58 am
There's this dude out on Twitter with the name @DBAhole! I follow him just because of his name! LOL! The story goes that his place of work...
June 23, 2011 at 7:17 am
Daniel Bowlin (6/21/2011)
For your multi value parameters you need to use a JOIN in your expression and not use the specific numeric identifier associated with a specific parameter.
=JOIN(Parameters!YourMultiSelectParameterNameHere.Value,", ")
That was...
June 21, 2011 at 9:53 am
Rules for Normalization
First Normal Form (1NF): There are four tasks to accomplish to achieve 1NF.
- Eliminate unnecessary data.
- Group the data to describe one thing.
- Assign the...
June 20, 2011 at 3:21 pm
Alright - I think I finally have it. There are only 2 lone tbls (from the aspnetdb tbls, and if that is how Microsoft wants them, so be it)....
June 17, 2011 at 3:15 pm
Paul / Source - thank you both very much for this input. Yes - there were some other relationships there that should have been added. There are still...
June 17, 2011 at 2:56 pm
P.S. I don't know how I did it, but a major relationship is missing from the snapshot I included. The Course tbl PKey has a relationship to the...
June 17, 2011 at 1:49 pm
GilaMonster (6/17/2011)
Rich Yarger (6/17/2011)
Cuz you all are nuts!Whatever gave you that idea?
GAIL! LOL! 😛
June 17, 2011 at 1:22 pm
SO after I pass 70-432 and 70-450, does that get me into the "Certifiable" group? Cuz you all are nuts!
😛
June 17, 2011 at 10:26 am
What really motivated this question was when I looked at my forum profile, it stated that I was part of the "General Forums" group. So - naturally curious as...
June 16, 2011 at 7:20 pm
I actually wound up going with your original code from earlier, and just making it a named column. Gave it to him in Excel, and that was that. ...
June 15, 2011 at 8:20 pm
BLAH! OK - here is what he really wanted...He wants a count of the records in this column called "FullName" that has 3 words in it. Sorry for...
June 15, 2011 at 3:56 pm
Mister Farrell sir - you ROCK!
😀
June 15, 2011 at 3:40 pm
Viewing 15 posts - 211 through 225 (of 400 total)