Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

 

Export SQL data to XML File (3 different ways)
Total Hit (13365) Many times we need to export sql server data to some form of XML. As we know that SQL Server can output data in XML format when you use "FOR XML" clause. You can use ADO and MSXML along with "FOR XML" sql query to generate XML files from SQL Server data. The following script is pure VB Script so if ....Read More
Rating
How to load XML data in sql server table using stored procedure
Total Hit (2627) This article will show you a simple example to load XML document in SQL Server
Rating
How to display a portion of XML text with tags and without tag ?
Total Hit (2871) «code LangId=6»DECLARE @h int EXEC sp_xml_preparedocument @h OUTPUT,N' <?xml version="1.0" ?> <Orders> <Item> <CID>1</CID> <ModelNumber>HO1255</ModelNumber> <Features> <AutoStart>Yes</AutoStart> <AutoGear>No</AutoGear> <PowerWindow>Yes</PowerWindow> </Features> ....Read More
Rating
How to load validate and load XML file into sql server database using VBScript
Total Hit (5909) <b>Step-1: Create table in which you want to load XML file</b> «code LangId=6»create database MyDB go USE MyDB go CREATE TABLE Customer ( CustomerId INT PRIMARY KEY, CompanyName NVARCHAR(20), City NVARCHAR(20)) go --After insert run this select * from Customer«/code» <b>Step- ....Read More
Rating
This is a link to a different site SQL Server and XML
Total Hit (1106) Read the sample chapter from a new book released by Wrox Press, "Begining SQL Server 2000 for Visual Basic Developers". This chapter explores new XML features in SQL Server 2000 and takes a look at how you can exploit them to your benefit. We will also take a look at how we can use XSL (Extensible S ....Read More
Rating
This is a link to a different site SQL 2000 and Web Services (XML and SQL part 11)
Total Hit (932) In the last article of this series, we will focus on Web Services and their implementation in the SQL Server 2000 environment with the help of the SQLXML component. In particular, we will look into a non-programmatic way of publishing SQL Server 2000 stored procedures, user-defined functions and XML ....Read More
Rating
This is a link to a different site SQLISAPI and XML Client-Side Processing (XML and SQL part 10)
Total Hit (922) Throughout the most recent articles of this series, we have been covering a range of new features introduced in SQLXML 2.0. We are continuing this trend by presenting the client-side XML processing.
Rating
This is a link to a different site Using DiffGrams for XML data modifications (XML and SQL part 9)
Total Hit (1017) In a previous article of this series, I described using bulk loading of XML data with scripting interfaces included in the SQLXML version 2.0 and later. Now, we are going to explore another feature introduced in SQLXML version 2.0 (and enhanced in the version 3.0) called Diffgrams. ....Read More
Rating
This is a link to a different site XML and SQL 2000 (Part 8)
Total Hit (1057) So far, this series has concentrated on configuration options available via the graphical interface of IIS Virtual Directory Management for SQL Server. However, newer versions of SQLXML, in addition to the features we have already covered, provide another type of functionality, accessible through sc ....Read More
Rating
This is a link to a different site XML and SQL 2000 (Part 7)
Total Hit (1059) We are ready to conclude the discussion on various methods of extracting relational data from SQL Server 2000 in XML format via HTTP. All methods described in previous articles are available through SQL ISAPI extensions to Internet Information Server, implemented as IIS Virtual Directory Management ....Read More
Rating
This is a link to a different site XML and SQL 2000 (Part 6)
Total Hit (1199) In the previous article, I explained the meaning of the "Allow posted updategrams" and "Allow template queries" options on the Settings tab of the Virtual Directory Properties dialog box in IIS Virtual Directory Management for SQL Server tool. I also presented examples of taking advantage of these o ....Read More
Rating
This is a link to a different site XML and SQL 2000 (Part 4)
Total Hit (1145) In the fourth article of the series dealing with XML related features of SQL Server 2000, I will discuss the implications of various configuration options available when using IIS Virtual Directory Management for SQL Server. As described previously, the Settings tab of the Virtual Directory Properti ....Read More
Rating
This is a link to a different site XML and SQL 2000 (Part 3)
Total Hit (1073) In the third article of this series, we will look into executing T-SQL statements against SQL Server 2000 via HTTP. This functionality is provided by SQLXML component (implemented in the form of SQLISAPI.DLL, which is included as part of SQL Server 2000 installation). The updated versions of this co ....Read More
Rating
This is a link to a different site XML and SQL 2000 (Part 2)
Total Hit (1743) In the first article of the series, I explained the ways of presenting relational data in XML format using the FOR XML clause of the T-SQL SELECT statement. Now it is time to look into the reverse process of inserting XML formatted data into SQL databases using OpenXML function. ....Read More
Rating
This is a link to a different site XML and SQL 2000 (Part 1)
Total Hit (1203) One of the most common problems with managing data is its versatility. This becomes evident when exchanging data between multiple data sources and results mainly from incompatibilities in data representation and format. The impact of this type of problem affects most companies internally, but is eve ....Read More
Rating
This is a link to a different site Importing XML into SQL Server 2000
Total Hit (2358) One of the frequently asked questions on SQL Server newsgroups is "How to import XML data into SQL Server 2000?" There are various ways in which XML data can be imported into SQL Server 2000 database tables. In this article, we'll look at some of these options. More specifically, we'll explore the f ....Read More
Rating
This is a link to a different site Exporting SQL Data as XML
Total Hit (3227) In my last article, Importing XML into SQL Server 2000, we looked at various techniques to import the XML data into SQL Server. To complement that, this article will focus on some of the methods that you can use to export relational SQL data to the XML format. More specifically, we'll explore th ....Read More
Rating


Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.