Viewing 15 posts - 196 through 210 (of 506 total)
How are you authenticating to the Oracle server?
June 21, 2018 at 11:30 am
CDC can't filtered by user. It's a system process capturing changes on the table level from the log.
June 21, 2018 at 9:43 am
June 19, 2018 at 10:57 am
After Rollback you could update the log with the error in the CATCH. Using transaction variables (named transactions) could help you quickly identify where in the procedure an error occurs...
June 19, 2018 at 10:12 am
Please post consumable data, create table XXX(col int, …); insert XXX values(…)
June 18, 2018 at 4:32 pm
It's likely you need to join the table you're loading from to the tables referenced by the foreign keys so you can insert the correct values.
June 18, 2018 at 12:27 pm
Starting with SQL Server 2008 user-defined table type is an option allowing passing "tables"...
June 14, 2018 at 12:50 pm
Check this topic
June 13, 2018 at 1:12 pm
I suggest SSIS for this type of task. It's easier to connect from Excel to SQL Server to get back data in the correct data types using the Data tab...
June 12, 2018 at 11:34 am
May 31, 2018 at 3:45 pm
Viewing 15 posts - 196 through 210 (of 506 total)