Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML VS. SQL Server Searching

Status
Not open for further replies.

mcbigj

Programmer
Dec 14, 2001
83
US
I have a simple VB program that searches a simple table in SQL server 2000. It has approx 30,000 records and I am looking for a record based on an indexed field. it works fine and fairly quickly. My question is:

If I were to export the table data to an xml file. Are there any tools/programs that could query the data quicker in xml than in sql?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top