Other News

Uncategorized

Loading image files from a directory using SQL 2005

Featured Article(s) Loading image files from a directory using SQL 2005 The following procedure uses the new BULK in OPENROWSET set function in order to load all image files from a given directory location to a table inside SQL Server , If the table does not exist, the procedure creates it. The table structure is an identity column, the file […]

Community

XML Tools in Visual Studio 2008

(Stan Kitsis) XML is everywhere from XML Web Services to databases to config files to Office documents. This article will show you tooling support offered in Visual Studio 2008 that will make working with XML easier. It will cover editing XML files, working with XML schemas, debugging XSLT style she