Viewing 15 posts - 136 through 150 (of 13,659 total)
Something like this?
SELECT DISTINCT
source = 'Restored'
,au1.UserId
,ug1.Name
...
July 30, 2024 at 10:21 am
Hi Johan Bijnens. Based on my response to Phil EXCEPT does not return the results I am looking for.
<object id="__symantecMPKIClientMessenger" style="display: none;" data-supports-flavor-configuration="true" data-extension-version="1.2.0.158"></object>__PRESENT
Not sure what all that 'object_id'...
July 30, 2024 at 9:35 am
I would like to compare results
Please define more accurately what you mean by 'compare'. What results are you hoping to obtain?
July 30, 2024 at 8:27 am
Are you doing the export as five data flows?
Are they running in series or in parallel?
July 30, 2024 at 7:42 am
I've had those 'unexpected …' errors several times in the past and they're almost always difficult to solve, exactly because of the dearth of logging info which they seem to...
July 29, 2024 at 9:32 am
Is that error message taken from the All Executions report?
July 29, 2024 at 8:10 am
i ran the pkg sql to sql. it ran in less than 5 seconds. because i have a derived column component between the sql frokm and to adapters, i...
July 26, 2024 at 8:21 am
Fair point on the ROLLBACK, although it would close the BEGIN TRANSACTION (rather than leaving it open).
Correct, though resolved by moving the BEGIN TRAN down a few rows.
@ReferenceNumber is used...
July 23, 2024 at 3:51 pm
Using dynamic SQL will probably also do the job, should you wish to keep it in one.
July 23, 2024 at 12:50 pm
That first ROLLBACK appears to roll nothing back!
Also, you define @ReferenceNumber but don't use it. Are you sure that this is your current proc?
As it's written, I'd be tempted to...
July 23, 2024 at 11:18 am
You can ignore that 'global shared memory' warning. It does not affect how your package runs.
Have you tried running the import on a dev machine (with both SQL Server and...
July 23, 2024 at 7:59 am
Maybe try installing the Integration Services extension again, while running VS as Admin.
July 23, 2024 at 7:46 am
TrustServerCertificate=True is the setting you need. Or something like that ... I'm not at my computer right now.
July 20, 2024 at 3:37 pm
You are the one asking for unpaid assistance, so we should not have to 'meet you half way', in my opinion.
July 17, 2024 at 10:09 am
I have made it very easy, gave data in more than one format. Its you guys that makes it difficult. Your all full of nonsense! What more do you...
July 17, 2024 at 9:30 am
Viewing 15 posts - 136 through 150 (of 13,659 total)