Viewing 15 posts - 1,066 through 1,080 (of 13,849 total)
Hi All- Thanks for pointing that out. i am working on optimizing the execution. Also, for file count/data matching with table destination, I will insert my transactional data first...
November 22, 2022 at 1:02 pm
--Deleted. Once again, the site created two versions of my post
November 20, 2022 at 11:04 am
I made idCategoria only on table categoria, I was gonna make an Alter Table on usuario for creating the foreign key, it means then that I need to create...
November 20, 2022 at 11:03 am
Frederico's comments are spot-on.
If it were me, I would attempt to resolve those warnings (exclamation mark inside yellow triangle). Something is misaligned and whatever it is may be slowing things...
November 18, 2022 at 2:00 pm
Another approach would be to push the initial extract to a raw file, then use that as the source for your flat file and Oracle destinations.
But I don't see...
November 18, 2022 at 8:40 am
Have you isolated the line of code which gives the error?
November 17, 2022 at 1:33 pm
--Edit: removed duplicate reply.
November 17, 2022 at 8:36 am
That seems somewhat inefficient. I suggest that you add a Multicast after your OLEDB source to broadcast the same source data to both destinations in parallel. Here's a link...
November 17, 2022 at 8:35 am
If a column contains a non-numeric character, do you want to treat it is zero? If not, what?
Have you investigated TRY_CAST()?
Remember that the numeric datatype has both a size and...
November 4, 2022 at 2:43 pm
You need to install SSDT and then add the 'SQL Server Integration Projects' extension.
November 4, 2022 at 7:41 am
This looks like a duplicate of https://www.sqlservercentral.com/forums/topic/validate-result
November 3, 2022 at 3:52 pm
Thanks for this Response. I have come across this link but not clear how to deploy multiple DACPACs for multiple databases.
Multiple calls to sqlpackage.exe, with as many different source/target...
November 3, 2022 at 3:48 pm
If you want a coded solution, please provide DDL, INSERT statements, desired results etc. You know the drill.
November 3, 2022 at 2:46 pm
I work on sql server 2019 i have issue i can't get percentage of two string from table
so i will compare between two string columns (PartText,MaskText) and i will...
November 3, 2022 at 9:52 am
One of the arguments for the SQLPackage command line (link) when Publishing a DB is TargetDatabaseName. Using this, it's quite straightforward to deploy the same DACPAC to multiple databases.
November 2, 2022 at 9:20 pm
Viewing 15 posts - 1,066 through 1,080 (of 13,849 total)