Viewing 2 posts - 1 through 2 (of 2 total)
Solved! I found the following on another site, for the same Express situation as mine, and it worked:
declare @db as varchar(100) = 'dbname'
exec sp_removedbreplication @db
The log space (50G!) was then...
June 18, 2021 at 6:35 pm
#3898113
Hello. I have essentially this issue and was excited to find Gail's promising solution. However, I am working with a SQL Server Express instance and cannot create a "dummy" Publication. ...
June 18, 2021 at 6:25 pm
#3898108