How do I delete teh commands from sp_browsereplcmds? Actually I clicked on re-snapshot in transactional replication but then realized that some of the tables couldn't tuncate because they were published to another server.
So I manually inserted the data. But I still get error
Cannot truncate table because it is published for replication.
Can someone please tell me how to undo the re-snapshot action as the data was pushed manually by using T-SQL script to the subscriber.
Thank you,