SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Regular Columnist: Jacob Sebastian

SQLServerCentral.com profile

   Items 1 to 20 of 49    Next 20 >>
 

Getting started with SQL Azure

The cloud services from Microsoft for SQL Server are known as SQL Azure. MVP Jacob Sebastian brings us a introductory article about how to work with this service.  Read more...
By Jacob Sebastian 2009/10/22 | Source: SQLServerCentral.com | Category: SQL Azure
Rating: |  Discuss |  Briefcase | 7,577 reads

T-SQL Challenge #1

Do you want to improve your T-SQL skills? MVP Jacob Sebastian runs regular challenges to get you to think about how to solve a problem in T-SQL. These run monthly and we have a summary and explanation from challenge #1 to help you learn more about moving data from 3 tables into a specific format.  Read more...
By Jacob Sebastian 2009/09/14 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 4,129 reads

XML Workshop 24 - Modifying XML Documents Using XQuery Part 1

This next few installments of this series from MVP Jacob Sebastian will deal with how to modify XML documents. Part 1 looks at XQUERY.  Read more...
By Jacob Sebastian 2009/07/22 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 4,318 reads

XML Workshop XXIII - A TSQL ATOM Library

MVP Jacob Sebastian has written a great series on working with XML in SQL Server and we have the latest installment today. This time he presents a library of functions that can produce an RSS ATOM compliant feed of data.  Read more...
By Jacob Sebastian 2009/02/25 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 3,332 reads

SQL Server XML Schemas

When information is exchanged in XML format, there needs to be an agreement between the sender and receiver about the structure and content of the XML document. An XSD (XML Schema Definition Language) Schema can be used to enforce this contract and validate the XML data being exchanged. Jacob Sebastian's book explains all.  Read more...
By Jacob Sebastian | Source: SQLServerCentral.com | Category: books
Rating: (not yet rated) |  Discuss |  Briefcase | 1,602 reads

SQL Server 2008 SSMS Enhancements - Debugging Support

Continuing on with his series on SQL Server 2008, MVP Jacob Sebastian brings us a look at the debugger, which has returned in SQL Server 2008.  Read more...
By Jacob Sebastian 2008/10/15 | Source: SQLServerCentral.com | Category: SQL Server 2008
Rating: |  Discuss |  Briefcase | 4,277 reads

XML Workshop XXII - A TSQL RSS Library

RSS feeds are becoming almost required for any type of data publication. SQL Server MVP Jacob Sebastian brings us the next installment of his XML Workshop series that looks at a series of T-SQL functions to generate the RSS formatted data.  Read more...
By Jacob Sebastian 2008/10/01 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 2,254 reads

SQL Server 2008 SSMS Enhancements - Part I

SQL Server MVP Jacob Sebastian starts a new series looking at the changes in SQL Server 2008 to the management tools.  Read more...
By Jacob Sebastian 2008/07/30 | Source: SQLServerCentral.com | Category: Management Studio
Rating: |  Discuss |  Briefcase | 6,457 reads

XML Workshop XXI - Generating an ATOM 1.0 Feed with FOR XML EXPLICIT

This long running, and very popular, XML series continues with a look at building an ATOM feed with SQL Server.  Read more...
By Jacob Sebastian 2008/07/16 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 2,365 reads

XML Workshop XX - Generating an RSS 2.0 Feed with TSQL(SQL server 2000)

SQL Server MVP Jacob Sebastian continues his very successful XML series with a foray into SQL Server 2000's XML capabilities for generating custom documents.  Read more...
By Jacob Sebastian 2008/06/04 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 3,629 reads

XML Workshop XIX - Generating an ATOM 1.0 Feed

Continuing on with his amazing series on XML, SQL Server MVP Jacob Sebastian shows us how to use XML in SQL Server 2005 to generate an ATOM feed.  Read more...
By Jacob Sebastian 2008/05/15 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 2,744 reads

XML Workshop XVIII - Generating an RSS 2.0 Feed with TSQL

Continuing on with part 18 of his series, MVP Jacob Sebastian examines building an RSS feed in T-SQL.  Read more...
By Jacob Sebastian 2008/04/09 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 5,197 reads

XML Workshop XVII - Writing a LOOP to process XML elements in TSQL

Jacob Sebastian brings a little more complexity to working with XML documents. Here we learn how to iterate through a document and use each node and perform some action on each one.  Read more...
By Jacob Sebastian 2008/03/26 | Category: XML
Rating: |  Discuss |  Briefcase | 7,379 reads

XML Workshop XVI - Shaping the XML results

Continuing on with his series, Jacob Sebastian shows how you can shape the query results to a certain pre-defined XML structure in this article.  Read more...
By Jacob Sebastian 2008/03/19 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 3,438 reads

XML Workshop XV - Accessing FOR XML results with ADO.NET

The next installment of Jacob Sebastian's great series on XML looks at how a .NET application might consume XML data returned from SQL Server.  Read more...
By Jacob Sebastian 2008/03/12 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 3,801 reads

TSQL LAB 2 - Writing Conditional WHERE Clauses

Jacob Sebastian takes a look at some different ways to write your WHERE clauses. A good basic article for those starting to work with T-SQL.  Read more...
By Jacob Sebastian 2009/09/25 (first published: 2008/02/27) | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 57,052 reads

Generating Missing Dates and Numbers

Finding missing data in a sequence of numbers or dates is a common request of DBAs. Regular author Jacob Sebastian brings us a new article that shows just how you can do this.  Read more...
By Jacob Sebastian 2008/02/06 | Category: Datetime Manipulation
Rating: |  Discuss |  Briefcase | 7,265 reads

XML Workshop XIV - Generating an XML Tree

Continuing on with his comprehensive series on XML, Jacob Sebastian shows us how to generate a tree of parent-child data using XML.  Read more...
By Jacob Sebastian 2008/02/13 | Source: SQLServerCentral.com
Rating: |  Discuss |  Briefcase | 5,031 reads

SQLCE Workshop IV - Integration with Visual Studio 2005

Continuing on with his series on SQL Server 2005 Compact Edition, regular author Jacob Sebastian takes a look at how Visual Studio fits into your SQL CE project.  Read more...
Rating: |  Discuss |  Briefcase | 2,811 reads

SQLCE Workshop III - Getting started with 3.5 Beta

Part 3 of his series looking at SQL Server Compact Edition, then embedded version of SQL Server. This time we look at the new version that's in beta.  Read more...
Rating: |  Discuss |  Briefcase | 1,753 reads
   Items 1 to 20 of 49    Next 20 >>