i need to turn off the generation of ROW ID column that SSMA generates automatically in SQL Server 2014.
This Option can be turned off in SQL Server 2012 and previous versions but not in SQL Server 2014. Why is this so ? ... Can i turn it off any way in SQL Server 2014?
The Option for Row ID for SQL Server 2014 is only as follows:
where as the Option for Row ID for SQL Server 2012 and previous versions is as follows:
Please let me Know if there is any way if i can turn off ROW ID generation.