Viewing 15 posts - 1 through 15 (of 17 total)
The first time I played the computer sunk my entire fleet in 29 shots while I only scored 3 hits!!
Grrrr, the code must have BUGS!! 😉
Thanks for a new...
October 17, 2014 at 10:59 am
I think what I ended up doing was using a simple select statement to find if the proc would return any results then if it did not, the proc was...
July 25, 2012 at 11:53 am
Here's what finally worked in case anyone else needs it:
This is the Expr for the %Growth textbox
=Code.GetGrowthValue(Sum(iif(Fields!Period.Value="YTD",Cdbl(Fields!Qty.Value),Cdbl(0))),
Previous(Sum(iif(Fields!Period.Value="YTD",Cdbl(Fields!Qty.Value),Cdbl(0))), "matrix1_Year"))
June 10, 2011 at 3:13 pm
I looked at some Calendar table ideas and it seemed you still needed logic for how to handle when a week spans 2 months. I certainly may be over-complicating this....
November 15, 2010 at 1:33 pm
Hi all,
I was looking for examples for my specific situation and found this thread. I thought I would post my solution in case it helped others.
My specific requirement is to...
November 15, 2010 at 1:15 pm
Anyone, Anyone 🙂 Is it not possible to replace the cursor in the stored procedure with a set based solution? The cursor works and fulfills my business requirement...
June 22, 2010 at 11:32 am
That works. I was trying to use count(*) to compare count of all lines with count of lines that have discounts. Just was not getting it. Your...
April 26, 2010 at 12:23 pm
More strange findings when using BCP:
The proc has a cursor. I added an audit log step to the proc so it inserts audit info to another table.
When I run...
November 19, 2009 at 10:38 am
Do you guys have any articles or links you can point me to on server side traces? I can't seem to find how to trace a change to a...
November 11, 2009 at 3:17 pm
Thanks for the info.
I am trying to catch somebody with their hand in the cookie jar 😉
There is some rogue app or custom code somewhere causing an undesired update.
This does...
November 10, 2009 at 7:26 pm
Ahh, I was only looking in QA then copy/paste to Notepad. The finished output does have the tab.
Thanks.
October 6, 2009 at 11:06 am
Thanks for the reply. I was able to get this working. The client is actually a Windows XP Home edition (I get all the doozies). The login...
February 18, 2009 at 5:36 pm
The status and type only appear in the ordheader, not ordline. So I don't think Inserted would contain the status and type.
October 3, 2007 at 4:59 pm
I'm quite the junior scripter so any extra info would be appreciated.
1) are u saying use 2 triggers, 1 for update, 1 for insert?
2) where would @@rowcount be used? ...
October 3, 2007 at 3:11 pm
Viewing 15 posts - 1 through 15 (of 17 total)