Comments
1 comment
-
Hi @...
Thanks for your post.
The latest version should get around this issue and is available for download in my link below.
ftp://support.red-gate.com/patches/SQLPrompt/14Mar2018/SQLPrompt_9.1.3.4467.exe
Kind regards
Richard Lynch.
Add comment
Please sign in to leave a comment.
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.