When we use queryprovider in SPS, or call the SPS search Web service interface CodeWhen the search function of SPS is called, it is usually difficult to write the correct syntax of the SPS search SQL syntax. In fact, a simple and easy-to-use method is to use the built-in advanced search page on the SPS page to search based on the desired conditions, and then view the HTML source code of the page on the result page, then, search for a hidden field named "schspss sqph". The value in this field is the correct search statement you need. Of course, you also need to replace some encoded special characters, such as replacing "" With Double quotation marks.
In addition, if you want to install Windows 2003 SP1 on the SPS 2003 Server, pay attention to it. If sqlserver 2000 and SPS 2003 are not deployed on one server in your deployment mode, after installing Windows 2003 SP1 on Windows 2003 Server with SPS 2003 installed, by default, SP1 prevents SPS 2003 from accessing the sqlserver 2000 Server. An SPS 2003 hotfix (KB: 885263) has been released for this issue.