Viewing 5 posts - 1 through 5 (of 5 total)
I'm not sure here but I think the string is too long. Maybe not the best solution but try to remove a couple of zeros at the end.
convert(datetime,substring('5/27/2013 16:42:37.490000',0,23))
In ssis...
May 29, 2013 at 11:59 am
I think this might help you:
May 29, 2013 at 11:49 am
How do you execute the package? SQL Server Agent? In that case you might have to set up a proxy account with a user that has rights to read from...
May 28, 2013 at 12:19 am
Viewing 5 posts - 1 through 5 (of 5 total)