Important alert: (current site time 7/15/2013 5:31:21 AM EDT)
 

Browse Category or Search Results.

Search Results: Page 1 of 1 found. Entries 1 - 7 of 7 found
  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  Column Information From all User TablesColumn Information From all User TablesSQL Server 7.0Intermediate /
Brandon McPherson
17453 since
2/21/2001 4:15:27 PM

By 10 Users
6 Excellent Ratings
       This is a query I use to retrieve info from the user tables to build XML data on a database. With that, you can use XSL to dynamically create SQL for your apps.<br /><br />If you want to add more column data, you can select columns from dbo.syscolum ...(description truncated)
 
 
  Currency Exchange rates from Central bank of Turkish RepublicCurrency Exchange rates from Central bank of Turkish RepublicSQL Server 2000Intermediate /
Ertan SAYGI
13120 since
5/23/2006 6:39:49 PM

By 3 Users
2 Excellent Ratings
       Getting XML formatted currency exchange rates data from Central bank of Turkish Republic by using stored procedures and saving it for further use.
 
 
  Use OPENXML to insert values from a string of XMLUse OPENXML to insert values from a string of XMLOther Intermediate /
Devin Garlit
13891 since
7/1/2002 12:11:09 AM

By 2 Users

       Use OPENXML to pull records from an XML string and insert them into a database.
 
Please support the site by visiting our sponsor:
 
  Use XML as a stored procedure parameter in SQL 2000!Use XML as a stored procedure parameter in SQL 2000!Other Intermediate /
Brandon McPherson
29389 since
5/25/2001 7:13:03 PM

By 7 Users
3 Excellent Ratings
       In SQL 2000, most of the XML documentation involves using IIS to pass the data in, or Visual Basic. However, you can also simply pass the XML code itself as an ntext parameter, and just load it in as though it were a recordset. See the below example on th ...(description truncated)
 
 
  XML Parsing FunctionsXML Parsing FunctionsSQL Server 7.0, Other Beginner /
David Drake
11567 since
6/4/2002 12:49:40 PM

By 3 Users
2 Excellent Ratings
       This script will create two Functions in a SQL Server 2000 database which Parse XML stored in a database column. fnGetXMLText() will return the contents of an XML tag and fnGetXMLNode() will return the entire XML node. These functions will allow you to ea ...(description truncated)
 
 
  XML Searching routineXML Searching routineSQL Server 7.0, SQL Server 6.5 and earlierIntermediate /
Umachandar
12457 since
7/25/2000 8:44:58 PM

By 1 Users

       Search for strings within XML tags
 
 
  Xml2SqlXml2SqlSQL Server 2000Advanced /
Keith Henry
12834 since
7/15/2003 12:30:44 PM

By 1 Users

       Converts an xml document to a sql where clause. XML structured so that easy for front end to manuipulate without needing to see data structure. In front end filter can be built up from list of table.field names
 


Search Results: Page 1 of 1 found. Entries 1 - 7 of 7 found

Compatibility Filter Profile:

SQL Server 2000
SQL Server 7.0
SQL Server 6.5 and earlier
Informix
Oracle
Other