Viewing 15 posts - 91 through 105 (of 124 total)
chill8 (10/9/2009)
October 9, 2009 at 5:48 am
Education is very important and I too, am fortunate to work for a company who supports it. We get $10,000 per year for tuition reimbursement on top of any...
October 9, 2009 at 4:57 am
I am not a DBA, per se, even though I am the "main" administrator of our local plant's SQL Server system (I do have DBA help from Corporate IT if...
October 7, 2009 at 5:39 am
Actually, I got it. The query in my post is a sub-select statement. I put the coalesce in the main select and it works.
September 23, 2009 at 10:49 am
Here is the SQL query:
declare @thisDate as datetime
declare @endDate as datetime
set @thisDate = dateadd(d, -8, getdate())
set @endDate = dateadd(d, 28, @thisdate)
SELECT DISTINCT pps.Date, shift.actual_shift, pps.Cases_Scheduled * product.quartile as Scheduled, cc.Case_Code,...
August 25, 2009 at 8:42 am
This is good information. Thanks
August 23, 2009 at 5:31 am
Yes, this does help and I suspected this to be the case. I am not very strong in writing the SQL queries and I really appreciate the help. ...
August 19, 2009 at 5:07 pm
Same server - pretty much the same connection, just a different database.
August 19, 2009 at 1:21 pm
Interestingly enough, I am facing this exact thing right now. Where I work, we have a critical software web application for the plant I work at. Originally this...
June 22, 2009 at 4:55 am
Steve,
Thanks for the reply. Myself being a published author of fictional works, I agree and maybe that is why I have the mindset that I have. I just...
May 27, 2009 at 1:18 pm
I am faced with a similar dilemma. I work for a very large food company. Currently I work in IT in a plant. Because of recent "Lean"...
May 27, 2009 at 4:56 am
They're probably coding in VB6 for crying out loud!
LOL! Like we are doing here at our company still. We have many legacy VB6 apps that are in production.
October 20, 2008 at 8:26 am
I am rich - I have a loving and happy family, good friends and I am happy with my life. That is what makes me rich. I have...
October 20, 2008 at 7:34 am
Thanks for the reponse! I decided to do the same thing 🙂 Just keep it in the report itself.
September 17, 2008 at 8:05 am
Viewing 15 posts - 91 through 105 (of 124 total)