Remove top-five-considerations-for-sql-server-index-design
article thumbnail

Top five considerations for SQL Server index design

SQL Shack

In this article, we will discuss the most important points that we should consider when designing an optimal SQL index. Before going through the index design procedure, let us revise the SQL Server index concept.

Design 59
article thumbnail

Fundamentals of Table Expressions, Part 11 – Views, Modification Considerations

SQL Performance

In this article, I focus on modification considerations. If you prefer a design that doesn’t use NULLs, you could use a specific future date for unshipped orders, such as “99991231.”. As you probably know, you’re allowed to modify data in base tables indirectly through named table expressions like views. Sample Data. CHECK OPTION.

Servers 130