alternative for utl_file package in oracle
i am converting a procedure from oracle to sql server ,while convert my procedure there is no util_file is not found in Sql server Is there any provision to find an alternate solutions
alternative for utl_file package in oracle
i am converting a procedure from oracle to sql server ,while convert my procedure there is no util_file is not found in Sql server Is there any provision to find an alternate solutions
Probably going to need a CLR - which isn't for the feint-hearted ...
... unless the file you are trying to reference is some sort of STREAM ... e.g. Images.
What sort of files does the Oracle code reference?
Thank you for your reply