Viewing 15 posts - 1,276 through 1,290 (of 13,849 total)
I'd probably use a Script Component (source) to do this. It will perform all of the parsing and output redirection for you.
The above advice would also work (except for the...
July 21, 2022 at 6:34 pm
What is the format of the value in the CSV file? (Use a text editor, like Notepad++, to check this. Do not use Excel.)
July 21, 2022 at 12:59 pm
From the ROWVERSION help:
Each database has a counter that is incremented for each insert or update operation that is performed on a table that contains a rowversion column within the database. This...
July 21, 2022 at 9:05 am
No problem.
Are there any deletes happening in the remote table?
July 21, 2022 at 8:54 am
Your suggested code looks fine to me. You could simplify it a little:
SELECT @LatestChange = MAX(VerCol) from localtable
July 21, 2022 at 8:43 am
Ok yeah I wasn't sure if it's as simple as just using the dmk. Read a post that made me think there was more going on with the encryption.
I...
July 21, 2022 at 7:31 am
Presumably you Googled the error & found a load of posts relating to TLS config? What have you tried?
July 21, 2022 at 7:29 am
I've never tried, but do you have the password used when the SSISDB database was created? If you do, you could try the sort of stuff which is detailed
July 20, 2022 at 5:00 pm
thanks for the reply.
It is really simple isolated table, just for testing
PriKey INT, VerCol rowversion, FieldB varchar(50)
I have now also copied this to another box that does not get...
July 20, 2022 at 4:54 pm
The documentation seems clear on this:
Modifies the contents of an XML document. Use this method to modify the content of an xml type variable or column. This method takes an XML...
July 20, 2022 at 8:53 am
Fixing your PoSh script is probably a good way to proceed.
July 20, 2022 at 7:42 am
Because I have one product whose code is common for all projects which come to us, so we have to keep one database for one project.
and now we want...
July 19, 2022 at 3:37 pm
There are lots of sites showing the holidays (here, for example). Are you looking for something special?
July 15, 2022 at 10:01 am
Phil, yes my ERP has the PK/FK information but D365 generates new ones when creating its records (my ones get saved into a separate field for reference). I think...
July 15, 2022 at 8:26 am
Presumably your ERP already has the relevant PK/FK information in it, so why can't you just use that? Or are you generating new keys as part of the migration?
July 14, 2022 at 3:49 pm
Viewing 15 posts - 1,276 through 1,290 (of 13,849 total)