Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个查询
CREATE TABLE tempdb..TEMP_DET( DB_ID NUMERIC(5,0) NOT NULL, DB_D VARCHAR(30) NOT NULL, LAN VARCHAR(3) DEFAULT ''N'' NOT NULL)
我得到了这个错误:
服务器用户 id 13 不是数据库“模型”中的有效用户
有谁知道原因?
听起来您的用户的权限被搞砸了。仔细检查以确保您是在模型中具有权限的组的成员(最有可能是公开的)。此外,请仔细检查以确保 public 是模型中的有效组。