Viewing 3 posts - 1 through 4 (of 4 total)
HowardW (7/25/2013)
OK. Definitely sounds like a bug. Have you got support with Microsoft?
I posted over on the MS Forums as well and basically got a "yep, this is how it...
July 25, 2013 at 11:45 am
We're using an OLEDB Command task to execute the stored procedure, and I believe that treats it as dynamic SQL and executes that new system sproc as part of validation...
July 25, 2013 at 8:41 am
Collation is SQL_Latin1_General_CP1_CI_AS returned from that query...
I suspect it would be easy for anyone to reproduce unless something in our setup is weird.
Here's a quick script...
create proc test @test1 varchar(128)...
July 25, 2013 at 8:11 am
Viewing 3 posts - 1 through 4 (of 4 total)