35
Views
1
Comments
Create Bulk insert into SQL Database

i have sql database and i need to do bulik insert into some tables , whats the best way ti insert 10000 record into SQL server eternal databse in one go from outsystem ?

UserImage.jpg
Omar AbdElhadi

i think to use https://learn.microsoft.com/en-us/sql/relational-databases/tables/use-table-valued-parameters-database-engine?view=sql-server-ver16


sp and pass type of table ! but i dont know how to pass value type paramter form OutSystem to Stroed procedure 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.