Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
SQL Server GroupsView
SQL Server Ce
SQL Server Clients
SQL Server Connect
SQL Server Datamining
SQL Server Datawarehouse
SQL Server Dts
SQL Server Fulltext
SQL Server Msde
SQL Server Olap
SQL Server Replication
SQL Server Reportingsvcs
SQL Server Security
SQL Server Server
SQL Server Setup
SQL Server Tools
SQL Server Clustering
SQL Server Programming
SQL Server Xml
SQL Server Newusers
SQL Server Integrationsvcs

Group SummariesView
.NET Framework
Access
BizTalk
Certifications
CRM
DDK
Exchange Server
FoxPro
French
French .NET
Games
German
German .NET
Graphic Design
IIS
Internet
ISA Server
Italian
Italian .NET
Maps
MCIS
Miscellaneous
Mobile Apps
Money
MSN
Networking
Office
Ops Mgr
Publisher
Security
SharePoint
Small Business
Spanish
Spanish .NET
SQL Server
Systems Management Server
Transaction Server
Virtual PC / Virtual Server
Visual Studio
Win32
Windows 2000
Windows 2003 Server
Windows 7
Windows Live
Windows Media
Windows Update
Windows Vista
Windows XP
 

Microsoft SQL Server Xml
 Ask A New Question    

XML in SQLServer 2005/2008
I am beginning to learn XML with SQLServer. If SQLXML delivered the features in SQLServer 2000 and if it is deprecated in SQLServer 2005/2008 what component delivers the XML features in SQLServer 200... on 20-Nov-09
What is the difference between inline selection and WHERE
Hi, I have a problem regarding inline selecting the right nodes from a tree. I would really like to write my statement like the following SELECT @TreeXML = limitRequestTree.Item.query( '.' ), @Ide... on 19-Nov-09
parse xml
I need to parse the above xml such that it returns the attributes in a flat format, e.g. abc,123 How can this be achieved using sql 2005 on 14-Nov-09
I fail to put a XML into a table
Hi all. I just cannot get to the item values and hope anyone can help me. Here is the XML i have got into at one row tabel an XML datatype column. CREATE TABLE #LevInfoXML (pk int primary key identi... on 04-Nov-09
49 Hosting Web www.ivys.es
Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting... on 04-Nov-09
XML shred of XML data in table returing null values
Using SQL 2008, I have a table (tmpXML) with 2 columns CREATE TABLE [dbo].[tmpXML]( [pk] [int] IDENTITY(1,1) NOT NULL, [Field1] [xml] NULL, CONSTRAINT [PK_tmpXML] PRIMARY KEY CLUSTERED ( [pk] ASC )W... on 29-Oct-09
Querying XML element values
Using SQL Server 2005 --First the Schema Collection and table definition CREATE XML SCHEMA COLLECTION [dbo].[VALIDXML] AS ' ' /****** Object: Table [dbo].[XmlLog] ... on 27-Oct-09