Viewing 15 posts - 196 through 210 (of 13,876 total)
Hi Martin,
please see this - https://www.sqlservercentral.com/forums/topic/how-create-a-google-bigquery-connection-manager-in-ssis
I am trying to use a google bigquery connection. However It seems not so straight forward as I cant seem to find the connection...
January 17, 2025 at 9:08 am
with that I totally disagree - server should have 64 bit version - and workstation should have the one matching the VS version you have (32 bit if lower...
January 16, 2025 at 2:34 pm
Yes, despite some rather "hacky" solutions, you can't have the x86 and x64 Redistributables installed on the same system. Ideally, you have the one that matches what's on the...
January 16, 2025 at 2:03 pm
The app is just display engine... I use the PS to export from mssql and load to PG...
This piece of code is the issue.
# Convert the image data to...
January 13, 2025 at 4:10 pm
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
Viewing 15 posts - 196 through 210 (of 13,876 total)