Jacob Sebastian


SQLServerCentral Article

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.

You rated this post out of 5. Change rating

2013-03-15

5,365 reads

SQLServerCentral Article

The Art of SQL Server FILESTREAM by Jacob Sebastian and Sven Aelterman

FILESTREAM is implemented as an extension to the VARBINARY(MAX) data type and allows large object data to be stored in a special folder on the NTFS file system, while bringing that data under the transactional control of SQL Server. This book describes both the way it works and the implementation, administration and troubleshooting of it.

4 (1)

You rated this post out of 5. Change rating

2012-11-12

555 reads

Blogs

Build Recovery into the Design

By

It's like disaster recovery (and business continuity) planning is the end-of-term research paper that...

dataMinds Connect 2024 – Session Materials

By

The slides and scripts for my session “Tackling the Gaps & Islands Problem with...

Want to Supercharge Your Business? SQL is Your Secret Weapon.

By

Look, we all know data is king these days. But having mountains of data...

Read the latest Blogs

Forums

Everything is Code

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Everything is Code

Statistics Histograms

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Statistics Histograms

Log backup does not contain checksum - when I told SQL to include it?

By shaun.stuart

I'm using Ola's backup script to back up my databases. One database has recently...

Visit the forum

Question of the Day

Statistics Histograms

I have a statistics objects with 2 key columns from my tables. How many histograms and their type are stored?

See possible answers