Viewing 15 posts - 1 through 15 (of 43 total)
are you saying TWO FK ? IS IT OK ?
December 23, 2013 at 10:28 am
question are different not relevant of each other
December 20, 2013 at 10:38 am
one member can create many groups it means one owner have many group owned.
what if this is the case?
December 20, 2013 at 10:37 am
thanks
i'm thinking to have ISOWNER column in 3rd table to set flag as tru/false.
IS IT GOOD APPROACH OR ANYTHING ELSE YOU SUGGEST TO ASSIGN A OWNER OF GROUP.
December 20, 2013 at 10:12 am
no need of sunday to me problem is unable to take filename now ;(
"FILENAME"+
(DT_I4)DATEPART("weekday", GETDATE() ) ==2 || (DT_I4)DATEPART("weekday",@[System::StartTime]) ==7 ?
Replace((DT_STR, 20, 1252)(DATEADD( "D", -3,@[System::StartTime])),":","-") + ".xls" :
Replace((DT_STR,...
July 5, 2013 at 1:33 am
i'm trying like this -
(DT_I4)DATEPART("weekday",@[System::StartTime]) ==2 ?
Replace((DT_STR, 20, 1252)(DATEADD( "D", -3,@[System::StartTime])),":","-") + ".xls" :
Replace((DT_STR, 20, 1252)(DATEADD( "D", -1,@[System::StartTime])),":","-") + ".xls"
July 5, 2013 at 1:11 am
could you please help me in long expression , m total new bie
thanks
July 5, 2013 at 12:08 am
I have done by using having clause
SELECT name,SUM(price) as price
FROM table
GROUP BY name
HAVING SUM(price) = 0
Thanks 🙂
April 17, 2013 at 3:49 am
Hi,
I'm very thankful to you
sgmunson and others too
You gave me the right clue PortfolioId's need to be matched in too more LEFT JOINS as it is LEFT JOIN it...
December 13, 2012 at 11:07 am
thanks for help
I'm getting all the records correctly there are 3 records for same security id and because of this MERGE statement is not updating my all 3 statements...
October 25, 2012 at 11:55 am
ok but now the situation is i dont want to check with quantity i only need to know that quantity is '-' or '+'
i will give you an example.
my select...
October 25, 2012 at 11:40 am
Hi yes i need help in CASE statement my need is i need to only check wether that StateStreet.SharesParValue is positive or negative.
I was trying to put this case statement...
October 25, 2012 at 11:25 am
BondTradeId int Unchecked
TradeId int Unchecked
Par decimal(32, 4) Checked
TradeFee decimal(32, 4) Checked
AccruedInterest decimal(32, 4) Checked
AccruedPIK decimal(32, 4) Checked
AccruedFees decimal(32, 4) Checked
...
May 9, 2012 at 9:13 am
Viewing 15 posts - 1 through 15 (of 43 total)