R
Roy Goldhammer
Hello there
I've belt an applicaion on adp. When I build it I enter to sql as
administrator which is also the owner of all the objects.
After that I enter the computer as user without administrator's premmition.
All the tables worked, But ,none of the views or stored procedures wasn't
found on the code. The solution for this was to add dbo. on any call to
store procedures. Whay i had to add it and how can I prevent from adding it
again?
any help would be useful
I've belt an applicaion on adp. When I build it I enter to sql as
administrator which is also the owner of all the objects.
After that I enter the computer as user without administrator's premmition.
All the tables worked, But ,none of the views or stored procedures wasn't
found on the code. The solution for this was to add dbo. on any call to
store procedures. Whay i had to add it and how can I prevent from adding it
again?
any help would be useful