Viewing 3 posts - 1 through 4 (of 4 total)
Well, because SSIS sees it as a varchar.
But I found a solution for me as well for SQL2k0, SQL2k5 and SQL2k8.
So this topic can be closed 🙂
July 13, 2009 at 8:44 am
#1023925
The issue here is that I get an parameter filled with quotes. This isn't accepted by SQL Server when executing the stored procedure. So I can't validate on the timestamp...
July 12, 2009 at 8:09 am
#1023614
It's not a datetime format, but a timestamp format:
this is an example how it works when I get the data for my sp.
exec sp_example '9929129', '0x0000000001E5CFE7'
where the hex is my...
July 12, 2009 at 5:16 am
#1023593