Viewing 15 posts - 31 through 45 (of 92 total)
ok not sure I understand
Maybe more information will help
the source table has about 2 millions rows of data with many different partitionkey and catkey combinations
I only want...
October 25, 2018 at 8:25 am
ok the parse code worked perfectly
SELECT Company = SUBSTRING(sd.AccountNumber,
October 23, 2018 at 9:55 am
thanks, both of those answers will take me some time to understand. I ended up just using a brut force method
October 23, 2018 at 8:39 am
ok so this gets me the account number
select
October 23, 2018 at 7:22 am
Ok that was embarrassingly easy. I searched the web, but kept looking for special character identification. Never thought to look for replace. thanks
October 22, 2018 at 3:59 pm
Ok so lets try this in steps. in this example I need to source partitionkey 118 and then load the data back into the same table as partitionkey 123
So...
October 16, 2018 at 1:25 pm
select p.Partitionkey
August 30, 2018 at 2:58 pm
wow that is awesome. I forgot one item I need it only for partitionkey 7. where would I put the where should I insert the where clause in your statement?
August 30, 2018 at 2:56 pm
sorry my server was not available this morning so I could not test my code
this is the correct code
June 1, 2018 at 11:20 am
ok yes, the expected output does not have the local currency identified. the reason for this is, this information is going to a third party application that accounts use to create...
April 19, 2018 at 2:02 pm
so awesome, it worked, and now I see why I could not figure it out. A DB Admin showed me select statements inside the From statement and it just did...
April 17, 2018 at 12:18 pm
ok thanks for your answer. And your answer is my issue
if the entity ONLY has USD, then the USD amount must be in BOTH columns
if the entity has ...
April 17, 2018 at 11:12 am
I must say, for some reason the insert command never seems to work for me. hence why I just use MS Access to load data. I have tried numerous combinations...
April 17, 2018 at 10:58 am
Viewing 15 posts - 31 through 45 (of 92 total)