relaciones - diagramas

23/12/2005 - 10:51 por Racsus | Informe spam
Hola

Quiero crear una relacion entre varias tablas con una clave de 7 campos y me
da el siguiente error:

'FAC_FACTURACION_DATOS' table saved successfully
'FAC_FACTURACION_PENDIENTE' table
- Unable to create relationship
'FK_FAC_FACTURACION_PENDIENTE_FAC_FACTURACION_DATOS'.
ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]ALTER TABLE
statement conflicted with TABLE FOREIGN KEY constraint
'FK_FAC_FACTURACION_PENDIENTE_FAC_FACTURACION_DATOS'. The conflict occurred
in database 'SERVIGEST', table 'FAC_FACTURACION_DATOS'.
[Microsoft][ODBC SQL Server Driver][SQL Server]Warning: The table
'FAC_FACTURACION_PENDIENTE' has been created but its maximum row size (8553)
exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row
in this table will fail if the resulting row length exceeds 8060 bytes.

Porque?

Saludos, Oscar
 

Leer las respuestas

#1 Maxi
23/12/2005 - 13:16 | Informe spam
_Estimado, fiojate el diseño de esa tabla porque tienes campos que la suma
de ellos esta dando mas que 8K. Podrias postiar la estructura de la misma?


Salu2
Maxi [MVP SQL SERVER]


"Racsus" escribió en el mensaje
news:
Hola

Quiero crear una relacion entre varias tablas con una clave de 7 campos y
me
da el siguiente error:

'FAC_FACTURACION_DATOS' table saved successfully
'FAC_FACTURACION_PENDIENTE' table
- Unable to create relationship
'FK_FAC_FACTURACION_PENDIENTE_FAC_FACTURACION_DATOS'.
ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]ALTER TABLE
statement conflicted with TABLE FOREIGN KEY constraint
'FK_FAC_FACTURACION_PENDIENTE_FAC_FACTURACION_DATOS'. The conflict
occurred
in database 'SERVIGEST', table 'FAC_FACTURACION_DATOS'.
[Microsoft][ODBC SQL Server Driver][SQL Server]Warning: The table
'FAC_FACTURACION_PENDIENTE' has been created but its maximum row size
(8553)
exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a
row
in this table will fail if the resulting row length exceeds 8060 bytes.

Porque?

Saludos, Oscar

Preguntas similares