table SYSCOLUMNS is the system table (contains all other tables)

Creating A New Table

The easiest way to create a new table is using SQL Server management Studio.  To implement creation in cod you can create the table without saving and use menu > Table Designer > Generate Change Script to get the SQL code to use.

Feel free to comment if you can add help to this page or point out issues and solutions you have found. I do not provide support on this site, if you need help with a problem head over to stack overflow.

Comments

Your email address will not be published. Required fields are marked *