当前位置: 代码迷 >> Sql Server >> 为啥会显示“Incorrect syntax near 'L2'”
  详细解决方案

为啥会显示“Incorrect syntax near 'L2'”

热度:84   发布时间:2016-04-25 00:09:04.0
为什么会显示“Incorrect syntax near 'L2'.”
create login L2 with password='123',
sp_addsrvrolemember 'L2','dbcreator'
------解决方案--------------------
create login L2 with password='123'
go
 sp_addsrvrolemember 'L2','dbcreator' 
  相关解决方案