Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
45 views

I am loading data from Parquet into Azure SQL Database using this pipeline: Parquet → PyArrow → CSV (Azure Blob) → BULK INSERT One column in the Parquet file is binary (hashed passwords). PyArrow CSV ...
0 votes
1 answer
103 views

In my SQL Server legacy User table, I have the following columns (which I cannot change): UserName: VARCHAR(50) PasswodsHashed: VARBINARY PasswordSalted: VARBIANRY This table has thousands of records ...
0 votes
1 answer
275 views

I have data from an (unknown) MSSQL server, in a column of type Image (I think this is an old variant of varbinary). I want to make a script (preferably in Python or Typescript, but open for anything) ...
tomfa's user avatar
  • 285
1 vote
1 answer
523 views

I have the following query on dune.com: SELECT th.value / 1e18 as amount, tr.success, th."from", th.to, tr.hash, tr.data, FROM table1 tr table2 th ON tr.hash = th.evt_hash ...
1 vote
1 answer
247 views

I have a table column contains VARBINARY (data like 0x...) [Column name is LDATA] I just want to be simple to be understood. The software puts in LDATA column a ZIP/RAR contains one XML file. To reach ...
0 votes
2 answers
491 views

I have stored data in a SQL Server table and I need to retrieve it through FileStream to save it back as a png picture as it was before. I can't understand or find a way to do this, I read many ...
0 votes
0 answers
45 views

I have search on the net but couldn't find what I'm looking for. I have a simple app in ASP.NET MVC using C# that lets you upload a file and stored it in a database. That works fine. However, when it ...
0 votes
1 answer
331 views

I am working with the code first approach, here is the POCO object I am using public class Fotografia { // Fotografía [Display(Name = "Fotografía")] public required byte[] ...
0 votes
0 answers
80 views

I have a table for storing images in a database (#TempImage). It contains the following columns: Image_ID Obj_id Body TYPE 1 22 0x89504E470D0A1A0A0000000D494844 image/png 2 23 ...
0 votes
0 answers
60 views

I sporadically sync data from a small set of tables in production. I cannot access the production machine directly, so historically I submit "select * from dbo.source", DBA copies from ...
2 votes
1 answer
916 views

I have created a Web Application which sends PDF files to an SQL database table to later be loaded and sent via Email. Currently my code works and PDF file is being sent in Email, however once opening ...
0 votes
1 answer
213 views

I have seen the statement that if you are storing images in a column in a SQL Server database, you should use varbinary instead of nvarchar. Which makes 100% sense to store binary data as varbinary ...
0 votes
0 answers
120 views

I have a SQL SERVER 2017 database in which there is a table containing records with a field of type Image. There are Word doc files in this field. When I try to download the contents of these fields ...
0 votes
1 answer
391 views

I am working on a base-datatable with a VARBINARY variable. Now I want to read the table via SQLAlchemy into a pandas dataframe. Going the usual way df = pandas.read_sql_query("select key from ...
0 votes
0 answers
364 views

I am trying to solve this problem: I am building an app in NEXT.js where users should upload certain documents (pdf,docx,etc.). I need to store those documents inside SQL Server as blobs. I do not ...

15 30 50 per page
1
2 3 4 5
...
28

AltStyle によって変換されたページ (->オリジナル) /