Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.databases.ms-sqlserver > #1975

Commenting a table

From Jim <jgeissman@socal.rr.com>
Newsgroups comp.databases.ms-sqlserver
Subject Commenting a table
Date 2017-06-15 18:43 -0700
Message-ID <MPG.33acd793ba3ba35898969a@news.powerusenet.com> (permalink)

Show all headers | View raw


I have a table that contains the criterion values for a statistical test 
I use in a couple of places. In the code that uses the table I have a 
comment that describes how the table was populated, and how its values 
should be used. I would rather have that comment in the table itself, so 
if someone calls up the table to modify it, or has SQL produce the 
CREATE code, the comment will be there. Is it feasible to include a 
comment in CREATE TABLE that will persist with the table?

Thanks!
Jim

BTW the table is the expected values of the cumulative distribution of 
number of activities per day of the week, Saturday to Sunday, for some 
different scenarios, to determine which scenario is being followed -- 
the scenario with the smallest difference from the observed data. This 
is an adaptation of the Kolmogorov-Smirnov test.

Back to comp.databases.ms-sqlserver | Previous | NextNext in thread | Find similar


Thread

Commenting a table Jim <jgeissman@socal.rr.com> - 2017-06-15 18:43 -0700
  Re: Commenting a table Erland Sommarskog <esquel@sommarskog.se> - 2017-06-16 07:02 +0000
    Re: Commenting a table rja.carnegie@gmail.com - 2017-06-16 00:53 -0700
      Re: Commenting a table Erland Sommarskog <esquel@sommarskog.se> - 2017-06-16 10:36 +0000

csiph-web