Viewing 15 posts - 16 through 30 (of 30 total)
Thank you! An alternative that may work double duty for some other things I do might be to have a 4th field that flags the children when I build...
July 1, 2016 at 1:03 pm
Thanks Luis. Appreciate that tip. Will do.
I also found I could get the same result doing this. Not sure which is best, could cause an anomaly, or if...
September 25, 2015 at 8:45 am
With this great help I got brave and added a needed LEFT OUTER JOIN. I need to pull in a field from another table. Had some trouble, got...
September 25, 2015 at 8:23 am
Sweet. I moved the plan date conditional to the beginning, and had a little trouble with the plus sign normally at the end of the THEN line but I...
September 24, 2015 at 3:06 pm
Great, thank you. What I have is working great.
Last thing to make this golden. All of my milestones have Forecast and Actual. But I have a handful...
September 24, 2015 at 1:24 pm
Any way to tell where I'm getting this warning from:
Warning: Null value is eliminated by an aggregate or other SET operation.
September 24, 2015 at 1:13 pm
Luis: Thanks. Yes a create a new table every time is what I need. I take a daily push and turn it into this new table.
September 24, 2015 at 12:59 pm
EDIT: Nevermind, I figured it the select into. Thanks again!
September 24, 2015 at 12:42 pm
Luis, thank you. I'm still studying the dynamic code, to understand it. Great learning experience, I really appreciate you posting it.
It appears it will be a whole lot...
September 24, 2015 at 10:59 am
Luis Cazares (9/24/2015)
If you can query the specific milestones, you can limit them.
Not so easy for me LOL. But I'm getting better by the hour.
I figured it out, I...
September 24, 2015 at 10:45 am
OK, works just as I needed, thank you.
I actually have hundreds of milestone names in the real table. But I'm only wanting to pull a specific set...
September 24, 2015 at 10:33 am
Thanks guys, by the time I had written up the creation of a sample table you beat me to the how to's.
SQL Server is pretty new to me,...
September 24, 2015 at 9:57 am
The real tables I'm working with are monsters and have proprietary data. I'll try to build some sample tables to demonstrate.
Thanks
Edit: I realized I don't know how to...
September 24, 2015 at 9:01 am
So I got close to getting this to work, but still having one last problem...
If I place the excel file literally ON the Windows Server that SQL server is installed...
September 10, 2015 at 6:33 am
Thank you. I figured it out and got past the errors once I figured out it was looking for the Excel file from the perspective of the SQL server,...
September 8, 2015 at 11:52 am
Viewing 15 posts - 16 through 30 (of 30 total)