05-24-2016 01:28 PM
Like several other posts here, we are having an issue with ANSI_WARNINGS and ANSI_NULLS when trying to create a report definition against a linked server in CUIC 10.x.
I understand from previous posts, that we need to have these set on the connection, but to do that, I need to change the server option on the AWDB and the external server. Is this correct and is it supported?
Solved! Go to Solution.
06-01-2016 08:56 AM
You are correct, its in the connection properties.
05-26-2016 09:47 AM
If I understand, you can set these option in your SQL.
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
05-26-2016 10:17 AM
That is not working. It still says we have to set it in connection properties, which we can do, but just wondering if it is supported to change a server-wide setting
- Paige Delk
Sent from my iPhone
(please excuse typos)
06-01-2016 08:56 AM
You are correct, its in the connection properties.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide