I made the import of a txt
file with six million rows into a SqlServer table.
Now I want to create a primary key in it, the problem is that no column guarantees integrity, so I want to create another column with auto increment.
How would I do this?