Viewing 15 posts - 151 through 165 (of 13,838 total)
If it were me, I'd push exactly the same image into both DBs using the app.
Then you've got something to aim for.
January 13, 2025 at 3:30 pm
The question is am I'm using the correct code to capture the image from mssql to csv export. It seems that when loaded to PG db that the size...
January 13, 2025 at 3:08 pm
But other procs execute ok?
January 8, 2025 at 4:14 pm
I'm thinking along similar lines to Ken, except I'd get the data over to a staging table on the linked server and then execute a proc on the linked server...
January 7, 2025 at 7:01 am
thx phil do you mean data flow in the cloud service or more down to earth as in ssis? i noticed in a separate post you mentioned an ssis...
January 4, 2025 at 9:50 am
Please take a look at this link. It's easier than you think!
https://www.tutorialgateway.org/copy-files-using-file-system-task-in-ssis/
But I usually use a Script Task when performing file operations. You get a greater level of flexibility...
December 30, 2024 at 10:40 pm
Importing data from a specific Excel range is perfectly doable – and that range can be a single cell. No need to resort to PBI or VBA, just a standard...
December 30, 2024 at 10:31 pm
Not that I know of. However, I suggest that you add some steps to your process which help handle the issue.
Step 1: copy the file from source to a path...
December 28, 2024 at 12:01 am
I'm away from a proper PC at the moment, so could not come up with any possibilities. But as you make no mention of DAX in your post, is there...
December 26, 2024 at 7:48 am
If you read the help for sp_ExecuteSQL, you can see that this point is explicitly mentioned:
sp_executesql has the same behavior as EXECUTE regarding batches, the scope of names, and database context. The...
December 24, 2024 at 12:38 am
Great master, thank you very much :).
I have been dealing with it a long time. You did it in a very short time. Impressive
Thank you. While I may have...
December 21, 2024 at 7:13 am
That all makes sense! Thanks for explaining and well done on solving it.
December 21, 2024 at 7:10 am
That is not a query … it looks more like a proc. definition.
Does it time-out from within SSMS, or is this called from somewhere else?
December 21, 2024 at 7:08 am
Sure. This method creates a temp table containing the desired results & then modifies the main table via a DELETE followed by an INSERT.
If there are millions of rows in...
December 21, 2024 at 5:12 am
Viewing 15 posts - 151 through 165 (of 13,838 total)