A unified data governance solution that helps manage, protect, and discover data across your organization
Below is the command which grants the Alter
USE AdventureWorks2012;
GRANT CONTROL ON DATABASE::AdventureWorks2012 TO Sarah;
GO
Thanks , this fixed my issue