I have a file with .bak extension.
.bak
How can I import this date to a database in SQL Server?
.bak files are database backups. You can restore the backup with the method below:
How to: Restore a Database Backup (SQL Server Management Studio)