Viewing 3 posts - 1 through 4 (of 4 total)
Hi
Yes it is an index in dbo.Preguntas. Here it is:
NONCLUSTERED INDEX [Idx] ON [dbo].[Preguntas]
(
[modalidad] ASC,
[examen] ASC,
[asignatura] ASC,
[Pno] ASC
)
INCLUDE ( [codigo_distrito],
[codigo_centro],
[p]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF,...
July 15, 2011 at 1:09 pm
Thanks for your time Lowell, i would keep that in mind.
rvargas
July 15, 2011 at 12:44 pm
using System.Collections.Generic;
using System.Data.Linq;
using System.Data.Linq.Mapping;
namespace Demo
{
#pragma warning disable 0169 // disable never used warnings for fields that are being used...
July 15, 2011 at 9:34 am
Viewing 3 posts - 1 through 4 (of 4 total)