I was recently given a MSSQL database that is about 80GB since it has data included as blobs in one of the columns. I've never worked with data actually "in" a database before, I've always passed filename paths and metadata.
So, my question is how do you extract the blobs to a file on my local disk? The blobs may be of several different types that may be different sizes.
Sorry if this is simple, but I've been messing around with an access front end for a while and I can't seem to execute any of the queries I've tried to write, it asks for the DSN which I'm not sure what to select because the database is on a cluster somewhere.
My knowledge of databases is simple things in mysql using mysql admin tools to execute queries. Never touched MSSQL or used access before.
So, my question is how do you extract the blobs to a file on my local disk? The blobs may be of several different types that may be different sizes.
Sorry if this is simple, but I've been messing around with an access front end for a while and I can't seem to execute any of the queries I've tried to write, it asks for the DSN which I'm not sure what to select because the database is on a cluster somewhere.
My knowledge of databases is simple things in mysql using mysql admin tools to execute queries. Never touched MSSQL or used access before.
Last edited: