Microsoft SQL Server
--
Questions
--
Followers
Top Experts
Thank you in advance
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Yes, I have to check (and possibly modify) the data before sending it to the data table. Â In my local implementation, I would do that record by record - which while not the fastest way was very acceptable. Â Sending each record up to AWS (even on a fast connection) takes quite a bit of time. Â I'm looking for some automated method to replace the original method. Â I could use SSMS and import the table data (which is my fall-back) if I can't find another better way. Â I'm not sure how to automate importing from an S3 bucket.
Until AWS supports Bulk Insert, I'm going to use some of your suggestion, create a data file (excel) and use SSMS to import to the RDS instance. Â Generally we only have to import every week or so, so the manual stem shouldn't be to much of a burden.
Thanks for the response.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Microsoft SQL Server
--
Questions
--
Followers
Top Experts
Microsoft SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.SQL Server is available in multiple versions, typically identified by release year, and versions are subdivided into editions to distinguish between product functionality. Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning.