I had created a new stored procedure from an existing one. all I did was copy the old one and changed the name.
Now when i run both in the query analyzer, i get data from the original but the new one does not return any data.
It could be with permissions but both are set to public. Any thoughts?
Creating script and re-replicating the sp worked. it could have been the proc’s owner or permissions related. dont feel like debugging any more after I got that working.