Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 execution permission

Author  Topic 

AAAV
Posting Yak Master

152 Posts

Posted - 2010-10-12 : 16:03:14

I have logged in as Admin using the windows authentication.
when i try to execute a function it says the function is not valid.I see the function there and i am able to rightclick->modify it

any idea why i am not able to execute only function.I can execute procedure(which calls functions)

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-10-12 : 16:11:58
Did you try dbo.ObjectName?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -