User permissions question:-
If I create a user, user1, with sp_addlogin, 'user1', pswd', 'defdb', and then add them to database 'defdb' with sp_adduser, then grant all to user1, does this user have any server level rights? I'm not clear on the difference between object rights and statement privileges. I read the BOL and some other resources, but ended up more confused. Anyone have an idiot-proof way of explaining?
Thanks.