Skip to content

Adding nonclustered Index with INCLUDE. #473

Closed
Closed
@btagliani

Description

@btagliani

Hi everyone! I was wondering if there's any way to create an index like this:
CREATE NONCLUSTERED INDEX IndexName ON [dbo].[table] ([id],[type],[for_type],[attrib]) INCLUDE ([for_id],[value])
with ActiveRecord?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions