Great, thanks for info!
Thanks for response.
Is it even possible? Some app is updating same record without changing its data multiple times for one operation. It's inefficient to send same 7 records in batch when could be sent 1.
Is it even possible? Some app is updating same record without changing its data multiple times for one operation. It's inefficient to send same 7 records when could be sent 1.
Is it even possible? App is updating same record without changing its data multiple times for one operation. It's inefficient to send same 7 records when could be sent 1.
Master node in on H2 db, second node is on MSSQL - user has defined "sym" default schema and don't have permission to dbo. When trying to export sym tables, it's trying to create it in dbo schema. Why the funk is that? Why function has "dbo" schema defined? when tables has "sym". Where can I set default schema to other than "dbo"? [altum_test_altum_ita] - MsSqlSymmetricDialect - Installing SymmetricDS database object: create function dbo.sym_base64_encode(@data varbinary(max)) returns varchar(max)...
Master node in on H2 db, second node is on MSSQL - user has defined "sym" default schema and don't have permission to dbo. When trying to export sym tables, I don't get this function. Why the funk is that? Why function has "dbo" schema defined? Tables went ok. Where can I set default schema to other than "dbo"? [altum_test_altum_ita] - MsSqlSymmetricDialect - Installing SymmetricDS database object: create function dbo.sym_base64_encode(@data varbinary(max)) returns varchar(max) with schemabinding,...
Master node in on H2 db, second node is on MSSQL - user has defined "sym" default schema and don't have permission to dbo. When trying to export sym tables, I don't get this function. Why the funk is that? Why function has "dbo" schema defined? Where can I set default schema to other than "dbo"? [altum_test_altum_ita] - MsSqlSymmetricDialect - Installing SymmetricDS database object: create function dbo.sym_base64_encode(@data varbinary(max)) returns varchar(max) with schemabinding, returns null on...