I have a plain sql file with some SQL INSERT statements.
Is it possible to import it in my local SQL Server Express instance?
The easiest way would be simply open the file in the Sql Management Studio and run it. Since the target table is already created, of course.