News

The table's properties display, including the columns. You click a column and change the heading to edit the current columns. To add a new column, click "New" and type a heading for the column.
To appreciate the problem, create a table with an identity column and populate it with a few rows: — Create a test table. CREATE TABLE TestIdentityGaps ( ID int IDENTITY PRIMARY KEY, Description ...