GoEddie / GoEddie/SQLCover

SQLCover for replicated database

Open
#46 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TSQL
Stars
69
Forks
55
PR merge metrics
No merged PRs in 30d

Description

Hi Team,

When I create a SQL server publication on my database, and then use SQLCover for it, I get the following error:
![image](https://user-images.githubusercontent.com/29044661/68765780-99bb8400-0643-11ea-84c5-8f37c7336bb0.png)

I have attached the Test.ps1 below.
[test.txt](https://github.com/GoEddie/SQLCover/files/3841200/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

Contributor guide

No contributing guide indexed for this repository

Research direction

Begin by running the attached Test.ps1 against a replicated TestDb and inspect the reported error; compare it with the same SQLCover run after executing EXEC sp_removedbreplication 'TestDb'. Done means establishing whether coverage can run while replication remains enabled and recording the required change or limitation.

Written by the indexing model from the issue text.

Assessment

Tech stack
sql
Domain
database
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.