Viewing 15 posts - 1,846 through 1,860 (of 4,087 total)
You need to use a CASE expression. Using an IF inside of an INSERT/VALUES statement could potentially violate the atomicity of that statement.
Drew
February 23, 2017 at 8:46 am
It's because all of your values are defined using absolute paths instead of relative paths. Only the nodes definition should use an absolute path. Changing to relative paths would allow...
February 22, 2017 at 3:50 pm
You already have another thread on this very topic. Please do not start duplicate threads. It fragments the discussion.
Drew
February 22, 2017 at 1:56 pm
February 21, 2017 at 3:42 pm
This is the best that we can do given the limited information that you have given us. If you want better answers, you'll have to provide more details about exactly...
February 21, 2017 at 3:18 pm
I would think that you would want to use stored procedures rather than running dynamic SQL from a database table.
Drew
February 21, 2017 at 2:59 pm
Viewing 15 posts - 1,846 through 1,860 (of 4,087 total)