Jessy_neil

  • Hi fellows,

    I have an excel file which consist of file name and location path. I want to take those two values for variables in SSIS. For example, in the excel sheet, in the first row, I have entered […]

    Jessy_neil asked a new Question 14 years ago on

    1780 views | 1 answers | 0 votes

  • Try this query,

    Select fi.Food_item_id from Food_item fi
    JOIN
    order fio on fi.item_category_id = fio.item_category_id
    where ( (fio.item_category_id is NOT NULL ) or( fi.Food_item_id in
    (Select fi.id […]

    Jessy_neil posted an Answer 14 years ago on

  • According to the error message, it clearly shows that the network does not have a valid IP address. The gateway it connects is 192.168.0.10. The DNS server is not the device that includes the gateway. However, […]

    Jessy_neil posted an Answer 14 years ago on