This script was made by Steven Checo
- You need to run the following code once, before create the stored procedure
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'Ole Automation Procedures',1;
GO
RECONFIGURE;
GO
- Create your table with the fields you need
- Where the script says Field_One and Field_Two is an example for the tables Fields that you want to fill
- Where the script says PropertyNameOne and PropertyNameTwo is an example of the property names of the API, the data type must be tha same of each field you declared to fill before
Super :D