I'm having trouble with SqlServerSave because it seems to fail internally due to not enclosing each property or column name in square brackets. I have a column named "Key," which is a reserved keyword in SQL Server and needs to be enclosed in brackets (i.e., [Key]). Without these brackets, the generated SQL statement fails.