Viewing 15 posts - 166 through 180 (of 1,988 total)
Yeah that's not really intended use of CDC to posthumously recreate the change capture from logs.
Another option is to keep two snapshots on your target, so pre and post restoring...
September 15, 2021 at 9:28 pm
Just be careful switching to an inner join if that is a 1 to many 🙂
September 13, 2021 at 4:02 pm
Its sort of like all the backlash about critical race theory, opponents like to insist that systemic racism isn't real whereas proponents differ on that point.
Except the point of...
September 9, 2021 at 9:48 pm
Completely missing the point, Phil.
It's not discrimination. You are not being forbidden from attending these conferences. You are not incapable of getting jobs or networking because of your gender...
September 9, 2021 at 1:58 pm
Well this is a SQL forum 🙂 So load it to a database and do a full outer join on what you consider the key columns, then you can do...
September 3, 2021 at 3:37 pm
Compare-Object is comparing the entire object, in the case of files it'll compare the entire line and you'll see all the lines that are in one file or the other. ...
September 3, 2021 at 3:02 pm
Well why are you using -includeequal if you just want the diffs 🙂
September 3, 2021 at 1:58 pm
Make sure you understand the difference between adding a new filegroup vs just adding a new ndf to the primary file group.
September 2, 2021 at 8:24 pm
Well if the tables have no relationships the ER diagram is really simple, it's just a bunch of boxes with the table names in them 🙂
August 27, 2021 at 1:30 pm
big financial group - lots of sub companies/teams
How much of that is actual unique applications/db's vs basically the same install being used by a different group?
August 25, 2021 at 5:19 pm
The whole point of error handling is to actually handle the error in some way. Where that makes sense to do depends what the over all set up looks like. ...
August 23, 2021 at 4:48 pm
Make sure to check not just that group's permission but every group in AD that that group might be a member of, nested groups are fun.
August 21, 2021 at 1:01 pm
Now, I'm going to assume you are on SQL Express which is why you using the bat file. Now, if you are looking to use windows task scheduler for...
August 19, 2021 at 4:46 pm
Yes, the step is execute process task that has a executable C:\_SSISFILES\Miscellaneous\eLinkUtility\Transportation.ETL.VersaTransToStaging.exe
The executable call the web service that has endpoints.
I'm guessing that snippet of C# code is from the...
August 18, 2021 at 11:52 am
Can you post a screen shot of the SSIS package?
It sounds like all it is an execute task that is calling some local web services and that web service is...
August 18, 2021 at 12:43 am
Viewing 15 posts - 166 through 180 (of 1,988 total)