sys.sp_ivindexhasnullcols

general
#stored-procedure

Description

Validates that the clustered index of the indexed view is unique, and doesn’t contain any when the indexed view is going to be used to create a transactional publication. This stored procedure is executed at the Publisher on the publication database.

Syntax

sp_ivindexhasnullcols
[ @viewname = ]
N
'viewname'
, [ @fhasnullcols = ] fhasnullcols
OUTPUT
[ ; ]