I've been asked to delete some users from my new client's live production database - user that they perceive are no longer needed. SQL Server admin is not my strength. What precautions should I take? I don't want to inadvertently disable some process because the user that owns it no longer exists, etc. Will SQL warn me before I delete any users that own other objects in the database? Is it possible to easily "disable" a user rather than delete it?
Thanks for any help.