I want to create an indexed view. to do this you need these set options
SET NUMERIC_ROUNDABORT OFF;
SET ANSI_PADDING, ANSI_WARNINGS, CONCAT_NULL_YIELDS_NULL, ARITHABORT,
QUOTED_IDENTIFIER, ANSI_NULLS ON;
aren't these options at the database scope and if so shouldn't they be set back to what they were originally after you have created the view?