Hello,
I'm using the scriptcomponent in SSIS, if I want to insert the date in my table, I'm getting the following error:
Incorrect syntax near '22'.
The time output is this: 31/07/2007 22:00:00
If I use some testdata it only works with the following notation 31/07/200722/00/00
Is it possible that signs like ":" and spaces are not allowed?
Thanks in advance!