20 days ago
I have the following tech stack:
1- database: MSSQL 2025
2- Next JS, NodeJS and Tailwind
I don't see MSSQL in the create database wizard and would like to know how to create one if its supported
3 Replies
Status changed to Open Railway • 20 days ago
20 days ago
You can use this template: https://railway.com/deploy/wcAazg to deploy Microsoft SQL database.
20 days ago
Thank you for your input @dareseen,
I deployed the template but it keep crashing every minute, also I am not sure how to upload the .bak file to create the database
20 days ago
Hey, looks like that template was broken. You can try this one: https://railway.com/new/template/microsoftsql-server-mssql.
For importing your .bak file, you can detach the volume from your MSSQL service and attach it to a file browser service. If you have any questions, please refer to this video: https://app.canvid.com/share/fi_01KQNVQDA9D9BDC5D6GQQ0DGM A.
After that, you can import your .bak file into your database either by running the RESTORE command or using a SQL client of your preference.
