Granting Permissions to Create Function

 By using the below code we can GRANT permission to create a function to a particular user


use [AdventureWorks2012]
GO
GRANT CREATE FUNCTION TO [bhavya]
GRANT ALTER ON SCHEMA::dbo TO [bhavya]

Comments

Popular posts from this blog

Always On FailOver Events

The transaction log for database is full due to 'OLDEST_PAGE'

SSAS Cube or Database backup with Powershell command "Backup-AsDatabase"