you could use the import export data wizard on SQL server .
or if you do not have it installed ..
right click on the database>tasks>import data. follow the steps ...
or
if you have SSIS , you can use it to import data from an excel file .
or
create a table in your database and use insert command to insert the rows.