Viewing 15 posts - 46 through 60 (of 131 total)
That makes sense, thanks for that post.
I'm trying to mostly just get a push in the right direction rather than get the answer. I don't learn well if I'm...
April 30, 2012 at 12:54 pm
Okay, that's not fair. I tried that before I posted all of this and got a syntax error.
I think that solved it, thanks man!
April 30, 2012 at 7:53 am
I don't think I can post data from work, against policy, tho I know it'd help immesurably 🙂
When I change the pivot statement to
PIVOT
(
nra_tax_country FOR update_source in (' +...
April 30, 2012 at 7:45 am
Oh, cool. I didn't even realize I could do that 🙂
Wonder if I should do it since Thursday is my last day. Might hand over your suggestion to...
April 17, 2012 at 3:45 pm
I guess that's my question, how do I return the failure in the stored proc? Maybe I should just look at return values in stored procs:)
March 23, 2012 at 10:52 am
It's an execute sql task step in the control flow. Sorry, probably should have included that 🙂
March 23, 2012 at 7:24 am
Oh, don't get me wrong. I would never set it up like that. It was a question that someone came to me with to see if I could...
March 20, 2012 at 9:27 am
It would have been much easier if I did, but in the example I was given, it was just two tables of data I had to combine. Thanks tho,...
March 20, 2012 at 7:22 am
Damn it, I knew it was something like that. Thanks. I have to be honest, I've never used it before.
March 20, 2012 at 7:08 am
Where are you putting the code in the 3rd part?
So, if I understand correctly, you have two lists, one should be dependent on the other, so if you click...
February 27, 2012 at 8:52 am
The other thing I would add is that having the sql server do the 'heavy lifting' inside the stored procedure is going to be faster than doing it inside the...
February 27, 2012 at 8:43 am
I think you should be able to add the field as a column in your query, and then put a textbox on your report in the header and set...
February 27, 2012 at 8:42 am
Okay, I see your point, and I have to admit, it feels good to be able to know that you solved the problem, even if it was something silly.
To tell...
February 15, 2012 at 7:49 am
Viewing 15 posts - 46 through 60 (of 131 total)