Viewing 15 posts - 106 through 120 (of 926 total)
What if you have a table which have multiple combinations of these lookup?
Something like this :
Invoice # : ABC1230092M1
PaymentCode : PaymentCode
DocumentType : Credit Memo
Transported: Home address
If this is happening...
July 15, 2016 at 7:15 am
Phil Parkin (7/15/2016)
dramaqueen (7/15/2016)
So to make it clear I want to query the main table based on the temp table I have created to show more detail.
No need for a...
July 15, 2016 at 7:08 am
Phil Parkin (7/15/2016)
twin.devil (7/15/2016)
If you want to do in SSIS then check...
July 15, 2016 at 6:35 am
July 15, 2016 at 6:11 am
Nice question, Reminded me one of the most asked question by interviewers in earlier days 🙂
July 14, 2016 at 12:54 am
July 12, 2016 at 7:12 am
HappyGeek (7/7/2016)
Good question thanks, guess I am just too used to using all 4!
+1
btw, Nice question. Thanks for sharing.
July 12, 2016 at 6:42 am
In my real tables in the system i have many columns like this in both tables so the LEFT OUTER JOINS are piling up.
Answer would not be acceptable for you,...
July 12, 2016 at 6:40 am
you are assuming that you will get two spaces in all rows, which is not true as per the data, you are getting zero in your chart index logic.
i have...
July 12, 2016 at 6:12 am
you need to adjust your anchor for recursive CTE to work. something like this:
WITH tmpbom ([itemno], [compno], [quantity], [level])
AS
(
SELECT S1.itemno, S1.compno, CAST(S1.[quantity] AS NUMERIC), 1
FROM...
July 12, 2016 at 1:57 am
Have you check your MySQL Settings if then Please check the following link.
July 5, 2016 at 1:46 am
pwalter83 (7/4/2016)
twin.devil (7/4/2016)
If your Source data is a SQL SERVER, then you can...
July 5, 2016 at 1:22 am
i had repaired a document a few years back. Might help you to understand it. Have some useful links as well.
July 4, 2016 at 5:35 am
Please share you Table DDL, along with your sample data, and your desired output for that particular table. It would help a great deal and save everybody time.
you can do...
July 4, 2016 at 5:28 am
Viewing 15 posts - 106 through 120 (of 926 total)