Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

%_HINTS MSSQLNT TABLE VBAK ABINDEX(ABC)

Or

%_HINTS MSSQLNT TABLE &TABLE& ABINDEX(ABC)

SELECT * FROM <table> WHERE <condition>


%_HINTS MSSQLNT 'OPTION <statement option>'
MSSQLNT 'TABLE <tablename> <table hint>'.?

%_HINTS MSSQLNT 'TABLE <tablename> ABINDEX(<suffix>)'.

You might also like