Avatar of Jyozeal
Jyozeal
Flag for United States of America asked on

indexed view creation

I came across code where  indexed view was created with schema binding but no clustered indexes were created on it.

So how will SQL server treat this view? i assumed indexed view creation includes using Schema binding AND creating clustered index on the view.

Thanks for your time.
Microsoft SQL Server 2008Microsoft SQL Server 2005Microsoft SQL Server

Avatar of undefined
Last Comment
Jyozeal

8/22/2022 - Mon
Alpesh Patel

You can create Clustered index on schema binding view.

https://msdn.microsoft.com/en-us/library/ms191432.aspx
ASKER CERTIFIED SOLUTION
Vitor Montalvão

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
SOLUTION
lcohan

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Jyozeal

ASKER
Vitor Montalvão, i did not create the view. I am changing code written by somebody else. so trying to understand why they did so. I did not think of schema binding View because just that alone doesn't help in my scenario. Both your answers helped me. Thank you.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes