79123271

Date: 2024-10-24 18:46:12
Score: 2
Natty:
Report link

How can I resolve this issue?

Once you make ID the PK you won't have any trouble adding the foreign key. You will have to change the partitioning. You can still partition by ID if you want.

Or you could have one column that is both the PK and the timestamp, eg Generate a unique time-based id on a table in SQL Server

Reasons:
  • Blacklisted phrase (0.5): How can I
  • RegEx Blacklisted phrase (1.5): How can I resolve this issue?
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How can I
  • High reputation (-2):
Posted by: David Browne - Microsoft