Service Control Database Table Naming

Hi,

I was wondering if it is possible to install the database tables needed for a Service Control instance with a name other than the name that is given to the Service Control instance itself.

For example: If I run the command to add a new Service Control instance

New-ServiceControlInstance -Name MyTestServiceControl

Could I configure the database table to be called something other than .MyTestServiceControl?

Thanks!

Hi Paul

Unfortunately, it is not supported to have a table name that doesn’t correspond to the instance name at this point. ServiceControl when using the SQL transport uses underneath NServiceBus.Transport.SqlServer and as far as I’m aware for regular endpoints the table is also derived from the endpoint name.

Regards
Daniel