Viewing 15 posts - 9,721 through 9,735 (of 13,880 total)
Could it be that formatting has been applied in Excel to display the value to 2 decimal places?
Try exporting from Excel to CSV and then using Notepad to see what's...
July 26, 2013 at 8:49 am
aaron.reese (7/23/2013)
I hate regex. The regex would need to treat it as a string (either explicitly or cast in a derived column) and then...
July 24, 2013 at 3:34 am
If you're a fan of Regular Expressions, you could do a Regex match on it to reject anything other than
NNNN-NN-NN
where N is in the range [0-9].
July 23, 2013 at 10:58 am
skjayapal (7/22/2013)
I build the script component and there was no error or warnings.Then closed it and clicked ok in the script component. Still i get this error.
Are you saying that...
July 22, 2013 at 10:52 pm
That's more like it, thanks for taking the time to clarify Jason.
I understand that you were trying not to get too technical with your first answer & just wanted to...
July 22, 2013 at 10:25 am
Create a query which runs against your Oracle data.
The query should return the data in the format you want to insert to SQL Server.
Use the query within a data flow...
July 22, 2013 at 12:36 am
Can you write a query which executes against the Oracle database and brings back the data in the format you want?
If you can, job done - use that as your...
July 22, 2013 at 12:19 am
I have some questions about your post wolfkillj.
heaps, will logically order rows in the order in which they were inserted
What do you mean by 'logically' in the above?
*However*, clustered...
July 22, 2013 at 12:07 am
Elliott - your workaround idea worked a treat, thanks again.
July 21, 2013 at 11:44 pm
Elliott Whitlow (7/21/2013)
I don't think you can prevent it once its been started. I think you have to do all the work to make sure that the values will...
July 21, 2013 at 10:32 pm
Use Windows authentication in your connection.
July 18, 2013 at 11:45 pm
No problem. Well done on getting it working.
July 17, 2013 at 10:51 am
J0shu@ (7/17/2013)
I want to also make sure that I'm configuring the data flow...
July 17, 2013 at 6:22 am
There is an example here that might be relevant to you.
July 17, 2013 at 2:00 am
Are the column names exactly the same in all of the files?
Is there exactly the same number of columns in all of the files?
Are the columns in exactly the same...
July 17, 2013 at 12:07 am
Viewing 15 posts - 9,721 through 9,735 (of 13,880 total)