Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3b3899

Browse files
committed
Fix for an Issue #273 (must for MsSQL 2000; works on MsSQL > 2000)
1 parent a0b44da commit b3b3899

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xml/queries.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<substring query="SUBSTRING((%s),%d,%d)"/>
155155
<concatenate query="%s+%s"/>
156156
<case query="SELECT (CASE WHEN (%s) THEN '1' ELSE '0' END)"/>
157-
<hex query="master.sys.fn_varbintohexstr(CAST(%s AS VARBINARY(8000)))"/>
157+
<hex query="master.dbo.fn_varbintohexstr(CAST(%s AS VARBINARY(8000)))"/>
158158
<inference query="UNICODE(SUBSTRING((%s),%d,1))>%d"/>
159159
<banner query="SELECT @@VERSION"/>
160160
<current_user query="SELECT SYSTEM_USER"/>

0 commit comments

Comments
 (0)