HRESULT_FAIL has been returned from a call to a COM component
Q: After I generated a database script, when I tried to open it, I got the message: "Error HRESULT_FAIL has been returned from a call to a COM component". What is wrong?
A: This error may be displayed when the amount of data included in your script is too large. Try creating your script with the structure only and not the data. You can then do a separate script to add your data.
Tags: Script error, SQL script, COM, SQL error.
A: This error may be displayed when the amount of data included in your script is too large. Try creating your script with the structure only and not the data. You can then do a separate script to add your data.
Tags: Script error, SQL script, COM, SQL error.