当前位置:
代码迷
>>
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
相关解决方案
Syntax error, insert "}" to complete Block,该如何处理
syntax error : c困惑
Error -951 Incorrect password or user XXX@XXX.XXX.com is not known on the databa解决方案
Error -951 Incorrect password or user XXX@XXX.XXX.com is not known on the databa解决方法
db2筑库报错:bash: syntax error near unexpected token `('
db2建库报错:bash: syntax error near unexpected token `(',该如何处理
org.springframework.dao.EmptyResultDataAccessException: Incorrect result size: expected 一, actual 0
Syntax error on token "new", ClassType expected after this token ...
Parse error: syntax error, unexpected T_VARIABLE on line 九
Fatal error: Smarty error:syntax error: unrecognized tag,该怎么解决
最后的分了 。Parse error: syntax error, unexpected T_OBJECT_OPERATOR, expecting ',' or ';是什么意思解决思路
You have an error in your SQL syntax,该怎么解决
Parse error: syntax error, unexpected 'include' (T_INCLUDE) in D:\myweb\add.php解决方案
php Parse error: syntax error, unexpected T_STRING,该怎么处理
php异常:You have an error in your SQL syntax; 急
Incorrect integer value: '男' for column 'phonenumber' at row 1解决办法
javascript syntax error,该如何处理
Syntax error, insert "}" to complete Block,该怎么处理
仔细看了下sql语句还是报You have an error in your SQL syntax; 这个异常
You have an error in your SQL syntax 找了一晚上不知道错哪了
【高分求高手】AIX连接window FTP Server有关问题:Login incorrect
关于 syntax error on taken 'class'请问
You have an error in your SQL syntax; check the manual that corresponds to your,该如何解决
Incorrect syntax near the keyword 'with'解决方法
Error Code: 1292. Truncated incorrect INTEGER value: ''该怎么处理
存储过程提醒 消息 102,级别 15,状态 1,Incorrect syntax near '@sql'
sql话语提示"LEFT" syntax error!大家帮忙看看
SQL Incorrect syntax near '' 异常
为啥会显示“Incorrect syntax near 'L2'”
为何会显示“Incorrect syntax near 'L2'”