we are trying to migrate the database from 2019 express edition to 2017 enterprise edition , pls suggest
SQL Server databases are not backward compatible, you can not restore/attach a 2019 database to a 2017 server.
You have to do a lot of manually work, you could e.g.
- script all objects and data
- SSIS package with Transfer SQL Server Objects Task