Is it a good practice to have an is_deleted
column in a SQL Server table or there's another way of dealing with this question?
Another solution I can think of is to delete that row and inserting it to another table for deleted rows.
What's the best solutions?
Thanks in advance.