Databases Reference
In-Depth Information
5.
Try to create a procedure in the AdventureWorks2012 database with the following
T-SQL script:
Create Procedure sp_SelectProc
AS
SELECT 1
GO
6.
As we are violating the policy we just created, you will be greeted with the error shown
in the following screenshot:
 
Search WWH ::




Custom Search