Posts
Sort by recent activity
Generate Date with Python Script based on Server Assigned FK
I have a table Customer that has a CustomerID column. I currently have it set to Server Assigned. The Customer table also has a CreatedDate column, to indicate when a Customer was first created. Th...