Are there missing indexes in Dynamics SL?? Are SQL guru is presenting a report that shows the following index missing from the APDoc table.
[Acct] {char(10)}, [InvcNbr] {char(15)}, [RecordID] {int}, [RefNbr] {char(10)}, [Sub] {char(24)}, [tstamp] {timestamp}
Can that be created without causing other issues? Does it need to be properly named based on what SQL call it?
Anyone have experience in this area?