Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Is there a way to export sql data to QIF file form

Author  Topic 

GhantaBro
Posting Yak Master

215 Posts

Posted - 2010-07-06 : 15:07:28
Guys we have data in sql server 2008 that needs to be exported in QIF file format for quicken... is there a way we can do that using sql server 2008? Thanks for help..

robvolk
Most Valuable Yak

15732 Posts

Posted - 2010-07-06 : 15:26:54
There's no native support in SQL Server for Quicken. However the format is well documented:

http://en.wikipedia.org/wiki/Quicken_Interchange_Format
http://web.intuit.com/support/quicken/docs/d_qif.html

And there are utilities and macros available to convert CSV or Excel to QIF:

http://xl2qif.chez-alice.fr/xl2qif_en.php
Go to Top of Page
   

- Advertisement -