To give Sessionlimit Database access to gmsa or any account as dbowner, you can use the script specified below. You should change DOMAIN\GMSA$ with your domain and credential information.
USE [master]GOCREATELOGIN [DOMAIN\GMSA$] FROMWINDOWSWITHDEFAULT_DATABASE=[master]GOUSE [SessionLimit]GOCREATE USER [DOMAIN\GMSA$] FORLOGIN [DOMAIN\GMSA$]GOALTERROLE [db_owner] ADD MEMBER [DOMAIN\GMSA$]GO