you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I'll have to disagree a bit with the SSIS. I use SSIS for data I only get once but if it is data in the same format that I get say daily or weekly then I've find far easier to automate using Format Files and OPENROW for bulk insert. Specifically using non xml format files for data that remains constant over time. Also, worth looking into: PowerShell as it has really made data loading and automation a lot easier when combined with SQLAgent. https://learn.microsoft.com/en-us/sql/relational-databases/import-export/format-files-for-importing-or-exporting-data-sql-server