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

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

热度:25   发布时间:2016-04-25 00:39:31.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' 
------其他解决方案--------------------
exec exec
  相关解决方案