Ver Mensaje Individual
  #12 (permalink)  
Antiguo 13/12/2017, 10:51
Avatar de Libras
Libras
Colaborador
 
Fecha de Ingreso: agosto-2006
Ubicación: En la hermosa perla de occidente
Mensajes: 7.412
Antigüedad: 17 años, 8 meses
Puntos: 774
Respuesta: No puedo crear una tabla de 80 columnas o más

prueba quitandole todo esto:


Código SQL:
Ver original
  1. CONSTRAINT [PK_TablaStats] PRIMARY KEY CLUSTERED
  2. (
  3. [Id] ASC,
  4. [FechaHoraIni] ASC
  5. )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, FILLFACTOR = 90) ON [PRIMARY]
  6. ) ON [PRIMARY]
__________________
What does an execution plan say to t-sql query? Go f**k yourself, if you are not happy with me