SQL Server 7.0 create table message - TechRepublic
General discussion
October 25, 2000 at 07:40 AM
jrlrwilson

SQL Server 7.0 create table message

by jrlrwilson . Updated 25 years, 6 months ago

The following statement gives a message row too large. Can I get some information on what this means and what effect will have on the overall database.

CREATE TABLE [dbo].[TrendAnnotations] (
[TADIndex] [int] NOT NULL ,
[CreatedBy] [nvarchar] (64) NULL ,
[Annotation] [nvarchar] (4000) NULL
) ON [PRIMARY]
GO

This discussion is locked

All Comments