Sign in
|
Join
Home
Blogs
Ask
Just Learned
Interview Questions
Puzzles
Tutorials
Quiz
Modules (beta)
Getting Started with ASP.NET MVC - Part 6:
ASP.NET MVC and Entity Framework
First Time? You can support us by signing up. It takes only 5 seconds. Click
here
to sign up. If you already have an account, click here to
login
.
Loading
Jacob's Blog
Home
Contact
RSS for Posts
My technology blog on SQL Server, TSQL, XML, FILESTREAM and other areas of SQL Server.
Recent Blog Posts
XQuery Lab 65 – Restructuring an XML document using...
SQL Server book from Pinal Dave
XQuery Lab 64 – Reading values from an XML column
SQL Server–Partitioning FILESTREAM data with RANGE...
Getting started with SQL Server Wait Types
T-SQL Tuesday #016 - Summarizing data using GROUPING...
SQL Server – TSQL – Quiz 2011 is here, your chance...
Happy Birthday to TSQL Challenges and its younger sibling...
What is SQL Server Juneau?
What is SQL Server Crescent?
Most Viewed
XQuery Labs - A Collection of XQuery Sample Scripts
(43,615)
XML Workshops
(24,632)
SQL Server - How do I Insert an explicit value into...
(17,986)
XQuery Lab 58 - SELECT * FROM XML
(16,835)
Converting VARBINARY to VARCHAR using FOR XML
(16,547)
FOR XML EXPLICIT Tutorial – Part 4
(14,184)
My Latest Book: “The Art of XSD - SQL Server XML Schema...
(12,628)
SQL Server - Server-side paging with Row_number() function
(12,313)
FOR XML EXPLICIT Tutorial- Part 1
(11,478)
FOR XML Tutorials
(7,649)
Archive
December 2011 (1)
August 2011 (1)
July 2011 (1)
June 2011 (1)
March 2011 (3)
February 2011 (3)
January 2011 (2)
December 2010 (2)
November 2010 (4)
September 2010 (1)
August 2010 (5)
July 2010 (3)
June 2010 (9)
May 2010 (3)
April 2010 (5)
March 2010 (5)
February 2010 (4)
January 2010 (4)
December 2009 (3)
November 2009 (1)
October 2009 (4)
September 2009 (4)
August 2009 (14)
July 2009 (2)
June 2009 (15)
May 2009 (7)
April 2009 (1)
March 2009 (10)
February 2009 (8)
January 2009 (15)
December 2008 (1)
November 2008 (3)
October 2008 (14)
September 2008 (32)
August 2008 (30)
July 2008 (15)
June 2008 (6)
January 2008 (4)
December 2007 (6)
November 2007 (2)
October 2007 (1)
June 2007 (1)
January 2007 (1)
October 2006 (1)
July 2006 (1)
Having huge amounts of traffic can be a problem. Aside from the usual maintenance, you also need to check on the server load. Having a
virtual dedicated server hosting
can solve these problems.
December 2007 - Posts
SQL Server 2005 Replication - Adding two articles with same name in different schemas
I came across a very strange problem recently while creating a publication. I had objects with the same name but in different schemas. For example, "dbo.Invoices", "Billing.Invoices", "AR.Invoices" and "AP.Invoices"...
by
Jacob Sebastian
on 12-30-2007 | 1,051 Views
XML Workshops
XML Workshop - A series of XML articles published at www.sqlservercentral.com XML Workshop I - Generating XML with FOR XML - A short article that explains how to generate XML output with TSQL keyword FOR XML with AUTO and RAW directives XML Workshop...
by
Jacob Sebastian
on 12-19-2007 | 24,632 Views
Another XML Shaping Example - using FOR XML PATH and EXPLICIT
In many of the previous posts, we discussed about controlling the structure of the XML being generated with FOR XML. SQL Server 2005 introduced the PATH operator which provides a great extend of control over the shaping of the XML being generated. With...
by
Jacob Sebastian
on 12-14-2007 | 2,815 Views
FOR XML EXPLICIT Tutorial – Part 3
Continued from FOR XML EXPLICIT Tutorial - Part 2 Having fixed the problem with the sort order, let us go ahead with the rest of the code. Let us add Addresses under the AddressCollection node and come up with the final version of the code. We need to...
by
Jacob Sebastian
on 12-14-2007 | 5,724 Views
FOR XML EXPLICIT Tutorial - Part 2
Continued from FOR XML EXPLICIT Tutorial- Part 1 Let us move ahead. Under each agent, we need a node named AddressCollection . Let us add the code for that. SELECT 1 AS Tag, NULL AS Parent, NULL AS 'Agents!1!' , NULL AS 'Agent!2!AgentID'...
by
Jacob Sebastian
on 12-14-2007 | 7,213 Views
Passing a Data Table to a SQL Server 2005 Stored Procedure
One of the readers at SQLServerCentral forum asked me about passing a DataTable to a stored procedure. He wanted to get an XML representation of the DataTable and then pass it to the stored procedure. I tried to answer the question and came up with a...
by
Jacob Sebastian
on 12-09-2007 | 3,521 Views
Copyright © Beyondrelational.com