Saturday, February 19, 2011

SQL Server 2005 and iTunes Library

what's the easiest way to bulk load my iTunes library xml into an existing SQL Server database?

From stackoverflow
  • bcp with xml flag.

    http://msdn.microsoft.com/en-us/library/ms162802.aspx

    It really depends how you want it in there and what you're purposes are, which you haven't explained.

  • I would recommend looking at the iTunes COM interface. There is an C# SDK that is straightforward to use and the documentation is good. You can download it here: SDK

0 comments:

Post a Comment