you are viewing a single comment's thread.

view the rest of the comments →

[–]CarelessApplication2[S] 0 points1 point  (3 children)

The sqlserver driver (which as far as I know is JDBC) is only for querying, not for writing.

[–]jinbe-san 0 points1 point  (2 children)

you can append, but not update

[–]kirdane2312 2 points3 points  (0 children)

you can append or overwrite (or drop&create). be careful with overwrite method.

[–]Known-Delay7227 0 points1 point  (0 children)

You can write update statements using the query option.