I want to add records to the table using the xp_cmdshell command as in the example query below. Can you help me on how to do this?
INSERT INTO SDS_TBL_MF_FILE_LOCATION_CONTROL (CustomerID,CustomerName,FileName)
SELECT '1','TestCustomerName' ,EXECUTE xp_cmdshell 'dir C:\Sales\Text\TestFolder\/b'