Viewing 15 posts - 796 through 810 (of 8,731 total)
It's hard to believe that changing it to an inline table-valued function won't improve performance. You could check the fact that you're using UNION that sorts and eliminate duplicates instead...
December 6, 2017 at 1:47 pm
Determining whether I need a non-clustered index or a clustered index (there can be...
December 6, 2017 at 11:59 am
Maybe there is some option in sp_cursorprepexec() to force to fetch the first...
December 5, 2017 at 12:06 pm
We are using MS ODBC 13 (on Linux) to execute a simple SELECT...
December 5, 2017 at 11:25 am
December 5, 2017 at 9:54 am
That would have to be one hell of a long piece of dynamic...
December 5, 2017 at 9:34 am
December 5, 2017 at 8:48 am
December 5, 2017 at 7:25 am
December 5, 2017 at 6:27 am
You're declaring variables instead of parameters. You'll simply insert null values.
December 4, 2017 at 9:36 am
CREATE