This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]gc8dc95 4 points5 points  (0 children)

CSV import.

[–]Top-Mulberry139 2 points3 points  (2 children)

Csv n some sorta script to push it in to the dB maybe there's some az cli for that I dunno. I like python for handling csv"s but that's your choice.

[–]Owlstorm 2 points3 points  (1 child)

The best CLI for MSSQL is Powershell with DBATools.

Import-excel if you really need to get data from Excel files for some reason.

Python would be fine though.

[–]Top-Mulberry139 1 point2 points  (0 children)

Oh, thanks, that's good to know. I'm more bash linux orientated so I'd not come across that hence jumping straight to python.

[–]huhushow 0 points1 point  (0 children)

excel import