We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b44da commit b3b3899Copy full SHA for b3b3899
1 file changed
xml/queries.xml
@@ -154,7 +154,7 @@
154
<substring query="SUBSTRING((%s),%d,%d)"/>
155
<concatenate query="%s+%s"/>
156
<case query="SELECT (CASE WHEN (%s) THEN '1' ELSE '0' END)"/>
157
- <hex query="master.sys.fn_varbintohexstr(CAST(%s AS VARBINARY(8000)))"/>
+ <hex query="master.dbo.fn_varbintohexstr(CAST(%s AS VARBINARY(8000)))"/>
158
<inference query="UNICODE(SUBSTRING((%s),%d,1))>%d"/>
159
<banner query="SELECT @@VERSION"/>
160
<current_user query="SELECT SYSTEM_USER"/>
0 commit comments