Viewing 9 posts - 1 through 9 (of 9 total)
Solomon Rutzky (8/23/2016)
N_Muller (8/23/2016)
SQL Server doesn't allow to create filtered indexes or indexes on computed columns in temp tables with ansi warnings turned off. Here's a simple example:
More specifically,...
August 24, 2016 at 9:51 am
N_Muller (8/23/2016)
August 23, 2016 at 9:15 am
Solomon Rutzky (8/23/2016)
If the goal is simply to avoid the warnings for aggregate operations, that can be handled via ISNULL rather than SET ANSI_WARNINGS OFF
Yes - I forgot to mention...
August 23, 2016 at 8:59 am
Thanks for the explanation Rakul... and for the article. I didn't say so before but I found it well put together.
August 23, 2016 at 7:38 am
Did I miss in the article exactly why your developers needed the warnings set off? The implication is that they were trying to account for bad data. Would...
August 23, 2016 at 6:50 am
ebouras (8/11/2011)
Steve Jones - SSC Editor (8/11/2011)
Anticipated it will become part of the language at some point.Now that sounds like an answer! Thanks to all for the help.
Does anyone...
August 11, 2011 at 10:16 am
Steve Jones - SSC Editor (8/11/2011)
Anticipated it will become part of the language at some point.
Now that sounds like an answer! Thanks to all for the help.
August 11, 2011 at 10:12 am
That makes sense -- I wasn't thinking of that. I know that there were some omissions in the Visual Studio config files for the xml documentation definitions so it...
August 11, 2011 at 9:38 am
So that's two votes in favor of my not being crazy... I'm feeling saner by the minute 🙂
August 11, 2011 at 9:27 am
Viewing 9 posts - 1 through 9 (of 9 total)