Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ad102 commit 24ddbdcCopy full SHA for 24ddbdc
1 file changed
plugins/dbms/mssqlserver.py
@@ -176,7 +176,7 @@ def checkDbms(self):
176
logMsg = "testing Microsoft SQL Server"
177
logger.info(logMsg)
178
179
- payload = agent.fullPayload(" AND LEN(@@version)=LEN(@@version)")
+ payload = agent.fullPayload(" AND LEN(@@VERSION)=LEN(@@VERSION)")
180
result = Request.queryPage(payload)
181
182
if result == True:
0 commit comments