July 24, 2012 at 10:21 am
I've created a .NET CLR stored proc which exports binary to a file. However when I deploy it to the database server it violates the policy that quoted identifiers should be on.
Any ideas how I can set this in VS 2010? :crazy:
July 24, 2012 at 1:45 pm
In VS go to the menu -- Tools >> Options >> Database Tools >> Transact-SQL Editor >> Query Execution >> ANSI
Here you will find the SET QUOTED_IDENTIFIER option (along with all the other ANSI options).
A.J.
DBA with an attitude
July 25, 2012 at 1:40 am
Thanks for the tip but it doesn't seem to have worked. Basically my CLR is a modified version of this:
July 25, 2012 at 9:39 am
Could you post an exact copy of the error?
A.J.
DBA with an attitude
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply