Viewing 6 posts - 1 through 6 (of 6 total)
Ok, found a kind of solution that helps me.
as part of solution 1 per the above, I have found a brilliant site with all the XML knowledge i needed...
December 8, 2011 at 5:01 am
unfortunatly that's not an option for me. I'm still looking for a solution in SQL...
thx
December 7, 2011 at 7:19 am
thx Gianluca
your way is more elegant as i can see the object names.
June 7, 2011 at 1:34 am
thx Sam,
however, i believe i found the method to do this on my own.
select * from sys.all_sql_modules
where [definition] like '%mystring%'
June 7, 2011 at 1:00 am
i dont know if there's a solution for this within SQL (pretty new at the sql thingy myself). but what i would do in a situation like this is connect...
April 17, 2011 at 3:28 am
Viewing 6 posts - 1 through 6 (of 6 total)