Viewing 7 posts - 1 through 7 (of 7 total)
Hi All,
Sorry for the extremely late response.
Your suggestion ended up leading me to the solution. I had actually already tried it against the DB and wasn't going to...
April 28, 2014 at 3:12 am
Lowell (4/15/2014)
1: you are not a sysadmin, and the object in question is outside of your permissions scope. ie the...
April 15, 2014 at 7:45 pm
Jeff Moden (4/14/2014)
April 14, 2014 at 11:21 pm
Lynn Pettis (4/14/2014)
Try the same query using sys.objects.
Thanks for the suggestion but no luck, in my opinion it is not in the sys.objects view.
April 14, 2014 at 6:20 pm
Hi Lowell,
Thanks for the response, tried your query but no luck.
Even just a simpler version didn't work:
SELECT * from sys.procedures where name = 'XXXX'
SELECT * from sys.procedures where name like...
April 14, 2014 at 4:58 pm
Hi Mate,
Thanks heaps for the reply!
I was using the sa account, so I don't think permissions are an issue - happy to be told otherwise.
I found this article...
April 14, 2014 at 4:41 am
Viewing 7 posts - 1 through 7 (of 7 total)