You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is expected behavior - you need to use double quotes around your query if you are using single quotes inside it "select is_srvrolemember('sysadmin')"
poetry run pysqlrecon --quiet --dc-ip 192.168.0.235 -d redania.local -u user -p Password1 -t 192.168.0.235 query --query "select is_srvrolemember('sysadmin')"
[13:08:27] INFO Connecting to 192.168.0.235:1433
[13:08:27] INFO Executing custom query on 192.168.0.235
┏━━━┓
┃ ┃
┡━━━┩
│ 0 │
└───┘
Invalid column name 'sysadmin'
The text was updated successfully, but these errors were encountered: