--登录create proc e_Login@Name varchar(20),@Pwd varchar(20)as beginselect count(*) from Employee where EName=@Name and EPwd=@Pwdend