-
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 […]
-
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 […] -
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, […]