Viewing 15 posts - 241 through 255 (of 541 total)
I read a few articles and have now set the 'Delay Validation' of the 'Send Mail Task' to 'True'. The error message has now dissapeared.
Now I need to import package...
June 20, 2009 at 4:33 am
Phil thanks for that, just what I wanted. I was just reviewing a thread by greengiant;
"Please confirm Purchase Order " + @[User::PurchasedOrderId] + "will be delivered on " +...
June 20, 2009 at 3:43 am
Hi Phil, I think that i am on the right track. I now have;
"Please confirm Purchase Order " + @[User::PurchasedOrderId] + "will be delivered on " + (DT_WSTR, 50)...
June 20, 2009 at 3:10 am
Sarvesh the data type was smalldatetime.
Lynn that worked a treat many thanks.
Thanks to all for taking time to review my post, as always very much appreciated.......now on to SSIS!
Kind Regards,
Phil.
June 19, 2009 at 12:47 pm
Lutz the values returned in production look good.
Great work,
Phil.
June 12, 2009 at 4:32 am
Tried that but did not run app side (as expected!).
Thanks,
Phil.
June 12, 2009 at 4:14 am
Hi, no matter what the actual quantity the value retunred is always 10.
I thought I might try the following (where [Identifier] is the value passed by the app)
DECLARE @Qtyint...
June 12, 2009 at 4:04 am
Is there a way to make this dynamic as the Qty varies.
Full code as follows:
DECLARE @Qtyint
SET @Qty = 10.00
SELECT
p.ProductId,
p.ProductDescription,
i.LotNumber,
--'Qty: ' + CONVERT(nvarchar(112), i.Quantity),
STR(@Qty,5,2) AS Qty,
l.LocationId AS DefaultLocation
FROM GoodsReceipts...
June 12, 2009 at 3:44 am
Lutz many thanks for all your assistance, I will run against a larger data set and post my results.
Once again, many thanks,
Phil.
June 11, 2009 at 12:33 pm
OK back to the correct post....
Lutz posted:
Hi Phil,
even though we change the thread, the subject is still the same... (for those that might want to look into the "old" story:...
June 11, 2009 at 9:48 am
Thanks Lutz, I will test. Did I post incorrectly or was it moved?
Boy am I having a bad day! I can update the correct post if so then post my...
June 11, 2009 at 9:38 am
Apologies for previous script it was late and I was tired.
Please find attached new script + sample data which I have tested.
I would like the query to return the Average...
June 11, 2009 at 6:12 am
Viewing 15 posts - 241 through 255 (of 541 total)