Hi,
I am working with one tool, that inserts one complete table structure in one column of each row of other table in SQL Server. the data type of the column is "IMAGE".
Now i want to read the content of that column in the readable format, if i run a select query it displays some binary data.
And how can i insert my own table structure in one image column.
I am working with one tool, that inserts one complete table structure in one column of each row of other table in SQL Server. the data type of the column is "IMAGE".
Now i want to read the content of that column in the readable format, if i run a select query it displays some binary data.
And how can i insert my own table structure in one image column.