dbTalk Databases Forums  

SSIS Export Excel Space Tab Name And More

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SSIS Export Excel Space Tab Name And More in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
DomitianX
 
Posts: n/a

Default SSIS Export Excel Space Tab Name And More - 02-01-2010 , 03:17 PM






I am running into an issue that no matter how I format the Prepare SQL
task, it puts a "_" in the tab name.

CREATE TABLE `Data Format`

Show up as Data_Format in Excel. This is for an automated process and
the space cannot be there.

Also, it its replacing my "#" for column names with "."s

`Feature Image URL #1` LongText,

Shows up as

Feature Image URL .1 in Excel

Any idea how to format this properly?

Reply With Quote
  #2  
Old   
Todd C
 
Posts: n/a

Default RE: SSIS Export Excel Space Tab Name And More - 02-02-2010 , 08:38 AM






Have you tried square brackets in the names?

CREATE TABLE [Data Format]
?
HTH
--
Todd C
MCTS SQL Server 2005


"DomitianX" wrote:

Quote:
I am running into an issue that no matter how I format the Prepare SQL
task, it puts a "_" in the tab name.

CREATE TABLE `Data Format`

Show up as Data_Format in Excel. This is for an automated process and
the space cannot be there.

Also, it its replacing my "#" for column names with "."s

`Feature Image URL #1` LongText,

Shows up as

Feature Image URL .1 in Excel

Any idea how to format this properly?

.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.