I have two tables with no unique identifer.
There a two posts that mentions NEWID() as a way to create a unique identifier, so it seems that it can be used:
How to add a default value to a unique identifier field – TimeXtender Support
How to Add a Default Value to a Unique Identifier Field in TimeXtender Classic | Community
I have created a filed in each of my table and made it Primary Key.

My question is:
What happens if we Deoply and Execute on DSA table with a column that creats uniqe id with NEWID()? Does it create new IDs that are different, or does the table keep the IDs generated before?