If it shows SQ that means you’re using SQL Server Local DB and it will be fine for single user. When needed you can upgrade to multi user by installing SQL Server Express and setting up the connection string. You can easily transfer your data by restoring your database backup on top of it that created from your Local DB database.