Hi guys,
I just found that I must use
delete dbo.[user] where id=1
rather than
delete user where id=1
after re-install sql server on my computer.
Is there some way to resolve this problem?
Typing dbo.[] every time is really a hard thing...
:(
Help...please...