3 lines
164 B
Transact-SQL
3 lines
164 B
Transact-SQL
CREATE NONCLUSTERED INDEX [SitePerson_Person_pid_isused_intime_index]
|
|
ON [dbo].[SitePerson_Person] ([ProjectId],[IsUsed],[InTime],[OutTime])
|
|
INCLUDE ([PersonName]); |