SQLServer
Permissions and database metadata
1> use mydb
2> go
Changed database context to 'MYDBDB'.
1> grant view definition to SERVOYUSER
2> goLast updated
Was this helpful?
1> use mydb
2> go
Changed database context to 'MYDBDB'.
1> grant view definition to SERVOYUSER
2> goLast updated
Was this helpful?
Was this helpful?