﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 7,2000 / T-SQL  / DTS - result to excel / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 19 Jun 2013 03:38:35 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: DTS - result to excel</title><link>http://www.sqlservercentral.com/Forums/Topic1426233-8-1.aspx</link><description>You say you choose Excel 97-2000 and locate the file. Does that mean the file already exists? If so, is it in the 97-2000 format (I mean, is its extension "xls" and [b]not [/b]"xlsx")?</description><pubDate>Wed, 06 Mar 2013 18:15:16 GMT</pubDate><dc:creator>john.arnott</dc:creator></item><item><title>RE: DTS - result to excel</title><link>http://www.sqlservercentral.com/Forums/Topic1426233-8-1.aspx</link><description>Hithis is what im trying to do;I have a sql server as followWindows server 2003SQL server instance 200032 bit i presumei open import and export data --&amp;gt; on destination i choose excel 97-2000 and i locate the excel file, just when i hit next this error comes upError Source: Microsoft JET Database engineError Description: External table is not in the expected format.I'm knocked out.</description><pubDate>Wed, 06 Mar 2013 02:22:13 GMT</pubDate><dc:creator>shani19831</dc:creator></item><item><title>RE: DTS - result to excel</title><link>http://www.sqlservercentral.com/Forums/Topic1426233-8-1.aspx</link><description>Without all the details, it's hard to say anything definitively, but you're on the right track asking if Office has to be on the server. The server needs the proper provider software and if you had Office on the server,  it would be there, but that's not necessary. You can instead install the Office 12.0 engine or (for older Excel) the "Jet" provider (see link below). If it is an xlsx (Excel 2007) file, you're NOT connecting to the type of Excel that SQL 2000 knows about, and you need to establish an OLEDB connection.  The "Server" connection has an optional drop-down from which you can select a new connect of "Microsoft Office 12.0 Access Database Engine OLE DB Provider".   If you have Office on your machine, you'll see this, but you also have to make sure the provider is on the server where the package will run. Configure it under the "Properties" button with the file name in the Connection tab and Extended Properties on the "All" tab as "Excel 12.0".Take a look at this MSDN article.  Even thought its domain is SQL 2008, the concepts still hold -- you need the proper provider.  [url]http://msdn.microsoft.com/en-us/library/cc280527(v=sql.105).aspx[/url]</description><pubDate>Tue, 05 Mar 2013 19:19:42 GMT</pubDate><dc:creator>john.arnott</dc:creator></item><item><title>DTS - result to excel</title><link>http://www.sqlservercentral.com/Forums/Topic1426233-8-1.aspx</link><description>Hi GuysI have created several DTS packages, and the data gets stored in csv flat file and get mailed automatically.Now i wanted to created the same but this time save the data in excel file but this is the error i receive when try to choose destination file:[b]Microsoft database engine external table is not in the expected format[/b]I have searched the web but couldn't find a satisfactory answer.Do i need to have office installed in my sql server box?Thank you</description><pubDate>Mon, 04 Mar 2013 07:15:32 GMT</pubDate><dc:creator>shani19831</dc:creator></item></channel></rss>