Arnoud Berendsen

Results 7 issues of Arnoud Berendsen

There are some unexpected behaviors when setting CsvWriter.NewLine to something "crazy". While this value is (obviously) meant to be either \r\n or \n to support different OS new line conventions,...

When transferring two tables MyTable1 and MyTable2, both within the same user/schema, from Oracle to MSSQL, SQLines (v3.1.337) generates a query similar to: ALTER TABLE MySchema.[MyTable1] ADD CONSTRAINT [MyConstraint] FOREIGN...

I'm trying to migrate an Oracle table which has a COMMENT on it which contains a single quote ( ' ). These quotes need to be escaped by repeating the...

While migrating Oracle to MSSQL I noticed that SQLines Data (v3.1.337) also transfers any SEQUENCES. While I suppose this may or may not be useful in any particular scenario, this...

I'm trying to migrate an entire Oracle database to SQL Server, and I'm running into several issues. I will log them separately here. I'm trying to migrate an Oracle table...

I'm trying to migrate an entire Oracle database to SQL Server, and I'm running into several issues. I will log them separately here. I'm trying to transfer an Oracle table...

I'm trying to migrate an entire Oracle database to SQL Server, and I'm running into several issues. I will log them separately here. I'm trying to transfer an Oracle table...