Viewing 15 posts - 16 through 30 (of 52 total)
yes and might increase at any point of time.
April 9, 2013 at 7:26 am
Because formula are different for Different Scenario
I need to make it dinamic so that based on the Scenario Formula should be Take and Calculated.
SCENARIO - TGT_PAYMENT_TYPE - PAYMENT_FORMULA
NORMAL ...
April 9, 2013 at 7:18 am
Chris. I agree with your Query. My problem is that i need to make it Dynamic.
I can not use the Static way of implimenting this.
Can you please help me with...
April 9, 2013 at 6:41 am
there are 3 formula....!
SAL = SAL-ADV
COMM = ALL_1+ALL_2-ALL_3
BONUS = SAL * 1.1
April 9, 2013 at 6:34 am
Data in the Test Formula is
TGT_PAYMENT_TYPEPAYMENT_FORMULA
SAL ...
April 9, 2013 at 5:27 am
CODE 1:
DECLARE @cols AS NVARCHAR(MAX),
@query AS NVARCHAR(MAX),
@cols2 AS NVARCHAR(MAX);
SET @cols = STUFF((SELECT distinct ',' + QUOTENAME(c.PAYMENT_TYPE)
...
April 9, 2013 at 4:46 am
the broblem is that I have multiple of such in my Scenarion
April 9, 2013 at 1:48 am
Thanks for the above input.
Now I am stuck to write a Dynamic SQL which will inter update the Data in the cursor, as per teh data format needed.
1. Formula is...
April 9, 2013 at 1:26 am
Thanks for the Reply, If you observe my Example, the Payment Type is not Static for all the user and payment Type has nearly 5000 types 🙁
Writing Pivot is a...
April 8, 2013 at 8:24 pm
Hi All,
Please need some help or clues...! 🙁
April 8, 2013 at 8:28 am
Yes it running Perfectly in all the places....! But Fails on one Server. that to when the File size is greater than 2 MB
September 12, 2012 at 6:59 pm
If Packages are Deployed based on MSDB, Take up the 10 packages and Right Click on MSDB and import the Packages.
Else if you are using File System, go to the...
September 11, 2012 at 3:18 am
Viewing 15 posts - 16 through 30 (of 52 total)