How can I check if a View exists in a Database? November 20, 2022 by Tarik FOR SQL SERVER IF EXISTS(select * FROM sys.views where name="")