Viewing 3 posts - 1 through 3 (of 3 total)
this query will get you the SP names which include a specific string in their code:
select object_name(id) from syscomments
where text like '%' + 'stringsearched' + '%' order by object_name(id)
Hope...
December 2, 2003 at 11:57 am
It happened to me too and had to reinstall, I'm curious to see if the solution previously suggested worked... Any comments Anne?
July 29, 2003 at 8:52 am
According to my experience. It happens when no transactions are applied for a while in a particular publication. So Server marks them as 'inactive' since it sees no activity. To...
July 24, 2003 at 9:03 am
Viewing 3 posts - 1 through 3 (of 3 total)