Viewing 15 posts - 1,516 through 1,530 (of 13,849 total)
I assume you are familiar with the REPLACE function, with which one can easily change the _X0020_ back to a space?
If you are asking about how to avoid the issue...
March 14, 2022 at 3:44 pm
this can only be achieved using tsql json functions only
I masked them , I work on medical data
Do you believe this to be a detailed and thorough response to...
March 14, 2022 at 12:46 pm
The biggest benefit I can think of is that this method provides total control over how changes get deployed, rather than relying on SSDT's schema-differencing and updating tech, which is...
March 14, 2022 at 11:25 am
Can you explain the logic behind this requirement, please?
March 14, 2022 at 11:18 am
I cannot see any questions in your post. What, specifically, do you need help with?
March 14, 2022 at 11:11 am
Can you provide some sample code which we can cut & paste into SSMS?
March 14, 2022 at 11:09 am
Hmm, I think it's a waste to use nvarchar for a basic value like Product ID. Twice the bytes for no gain. Why not just varchar?!
Microsoft Excel,...
March 11, 2022 at 4:17 pm
Easiest way is probably to use Brent Ozar's PasteThePlan. Instructions here. Once you've done that, post the link here.
March 9, 2022 at 10:30 am
Still can't get pass this error:
Type conversion in expression (CONVERT(int,[d2].[attValue],0)) may affect "CardinalityEstimate" in query plan choice, The query memory grant detected "ExcessiveGrant", which may impact the reliability. Grant...
March 9, 2022 at 9:17 am
I second everything Brian Gale has posted here. Excellent advice.
March 8, 2022 at 3:09 pm
Another possibility is pushing the contents of the table to a text file on the remote server, zipping that, copy to local server, unzip and import.
As implied in the previous...
March 8, 2022 at 3:05 pm
Perhaps try modifying your Master package to spawn only four copies of GetNextTable?
Given that it bombed out at 4GB before, it's a bit strange how it only made it to...
March 8, 2022 at 1:12 pm
As the package is held in encrypted form in SSISDB, I expect this to be quite difficult to achieve.
I'm not quite understanding the sequence of events.
Does the code you have...
March 8, 2022 at 1:07 pm
OK, maybe this will help. Try adding the following 5 lines of code outside and after the first Using block:
...
...
March 8, 2022 at 11:11 am
I don't know how to fix things using your current top-down package hierarchy, though I do know that there used to be a memory leak in FOR loops years ago...
March 8, 2022 at 10:06 am
Viewing 15 posts - 1,516 through 1,530 (of 13,849 total)