running the following query has fixed the SQL Error 15517 being logged hundreds of times a second:
"
alter database [ksubscribers] SET TRUSTWORTHY ON;
ALTER AUTHORIZATION ON DATABASE::[ksubscribers] to sa
"
running the following query has fixed the SQL Error 15517 being logged hundreds of times a second:
"
alter database [ksubscribers] SET TRUSTWORTHY ON;
ALTER AUTHORIZATION ON DATABASE::[ksubscribers] to sa
"