Whenever a column is identified as an IDENTITY column, that column should be excluded from the script. So an option to ignore any IDENTITY column(s) would be ideal.
"Script as Data (INSERTs)" is a great feature. However I use auto increment columns for PK. "Script as Data (INSERTs)" doesnt care when generating the script. So finally I have to edit the script by myself to get rid of the columns using autoincrement.
It would be great if the function would recognize them and would not include them into the script.
Comments: Fixed on changeset 78620
"Script as Data (INSERTs)" is a great feature. However I use auto increment columns for PK. "Script as Data (INSERTs)" doesnt care when generating the script. So finally I have to edit the script by myself to get rid of the columns using autoincrement.
It would be great if the function would recognize them and would not include them into the script.
Comments: Fixed on changeset 78620