SQL Server 2005 and iTunes Library

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

+1


source to share


2 answers


bcp with the xml flag.

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



It really depends on how you want it to be there, and what your goals are that you haven't explained.

+1


source


I would recommend looking at the iTunes COM interface. There is a C # SDK which is easy to use and the documentation is good. You can download it here: SDK



0


source







All Articles