Right now, I am designing the database as you all know, primary keys are important factor in the database design.
I have dilemma in deciding the primary key between GUID, identity (Auto Increment) and a custom key for primary key, in which scenario should I use?
I am trying to database design for school. School has many branches in the different location and different cities. school have central database, they want to update every day at evening.
Please guide me? Thanks