Forum: MS SQL Jan 6th, 2006 |
| Replies: 0 Views: 1,662 Gallery database Gallery database
--------------------------------------------------------------------------------
Hello averybody I would like to know your opinion how do you design a database that will works as... |
Forum: MS SQL Nov 30th, 2005 |
| Replies: 2 Views: 10,297 Default value of a column PLs could somebody tell me how in MS SQL set the default value of a column as the sum of 2 columns
column3=column1+column2
where column3 is bigint
column1 and column2 are int
column1 is primary key... |