Modifying an Assembly's Permissions : ASSEMBLY « CLR « SQL Server / T-SQL Tutorial






ALTER ASSEMBLY ReadFiles
WITH PERMISSION_SET = SAFE

EXEC dbo.usp_YourProcedure








29.1.ASSEMBLY
29.1.1.Loading the Assembly Into SQL Server
29.1.2.Viewing Assembly Metadata
29.1.3.Modifying an Assembly's Permissions
29.1.4.Remove an Assembly from the Database