tags:

views:

29

answers:

1

I , unknowingly, create a user in database with loginname of 'windows_user' instead of sql server user , now enable to drop. pl suggest the way ..

+1  A: 

try using: DROP USER (Transact-SQL)

KM