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.
Author |
Topic |
svicky9
Posting Yak Master
232 Posts |
Posted - 2006-02-07 : 15:52:52
|
Hi What should I select in the destination col of the wizard to export the sql server 2000 table to excel 2003(I selected the Microsoft Excel 97-2000) but none of the data seems to be exported..Suggestions pleasethanksVic |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2006-02-07 : 16:10:11
|
Yes that is the right thing to select as Excel 2003 can open older formats. Are you sure you are selecting the correct table to export? Please let us know what you have filled in on each screen of the wizard.Tara Kizeraka tduggan |
 |
|
svicky9
Posting Yak Master
232 Posts |
Posted - 2006-02-07 : 16:11:44
|
quote: Originally posted by svicky9 Hi What should I select in the destination col of the wizard to export the sql server 2000 table to excel 2003(I selected the Microsoft Excel 97-2000) but none of the data seems to be exported..Suggestions pleasethanksVic
It shows only the first column in the data destination as F1 and the datatypes are termed as "<ignore>"Am i proceeding correctly?thanksVic |
 |
|
svicky9
Posting Yak Master
232 Posts |
Posted - 2006-02-07 : 16:22:09
|
This is the brief descriptionI want the customers table of northwind to exported to the excel sheet on the desktop by using a filtered query so that i get the cols i wantedI used the following procedurea.data source : Microsoft Sql Server LocalDatabase : NorthwindLogin:Windows Authenticationb.data Destination : Microsoft Excel 1997-2000Location : Desktop/sqlextract.xlsc.selected the option use a query to transfer" select * from customers"d.Transform --> changed the destination to sheet1$** In the transform destnation table i see the datatypes as <ignore>what does this meanMorever when i click run it copies only the customerID and hence i can see only one colWhat could be the problemThanksVic |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|