I'm new to the SQL world and I'm not sure if what I want to do is possible.
I want to create a stored procedure that opens and reads a tab delimited file, determines if the row exsist on a table, and updates/inserts that row in the table.
I could do this using JAVA but would need to make a call to the server for each row. I was hoping to be able to do the processing at the server level. If anyone knows if this is possible please let me know how it can be done.
I want to create a stored procedure that opens and reads a tab delimited file, determines if the row exsist on a table, and updates/inserts that row in the table.
I could do this using JAVA but would need to make a call to the server for each row. I was hoping to be able to do the processing at the server level. If anyone knows if this is possible please let me know how it can be done.