Posted by shiju on 10/20/60 11:56
Hi all,
whenever dbo is prifixed with the create script the owner becomes dbo.
If the below script
run by the sam the owner becomes dbo
create proc dbo.test
as
print 'hello'
Is there any place where SQL server keeps the record of creator?
Navigation:
[Reply to this message]
|