We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Team,
When I create a SQL server publication on my database, and then use SQLCover for it, I get the following error:
I have attached the Test.ps1 below. test.txt
Now when I remove the SQL replication via executing "EXEC sp_removedbreplication 'TestDb'", then the coverage script works fine.
Is there a way for me to find the coverage without actually removing the replication?
@GoEddie
The text was updated successfully, but these errors were encountered:
Any update for this?
Sorry, something went wrong.
No branches or pull requests
Hi Team,
When I create a SQL server publication on my database, and then use SQLCover for it, I get the following error:
I have attached the Test.ps1 below.
test.txt
Now when I remove the SQL replication via executing "EXEC sp_removedbreplication 'TestDb'", then the coverage script works fine.
Is there a way for me to find the coverage without actually removing the replication?
@GoEddie
The text was updated successfully, but these errors were encountered: