Options

Possible to overwrite the SQLPrompt Rule EI003

JFS_MSRVJFS_MSRV Posts: 1 New member
edited March 14, 2018 2:37PM in SQL Prompt
Hi, 

is it possible to override the Rule EI003 or get an Update?

Problem: 
DECLARE @A INT = (SELECT A FROM A.A WHERE A = @B)
The Rule ignores a PK on Column A.

The Second Rule missing a exception is the NullAble Rule on Create Table parts.
Sysname is not NULLABLE.

Answers

Sign In or Register to comment.