Hey guys I seem to be having one of those days where the brain is on shutdown. What I am trying to do is trying to download images from our SQLSERVER DB, rename them and save them to a folder on the laptop to use when app is disconnected from server.
Currently they are brought back and stored as binary in an XML file which last time was around 635 MB (not my design, just addressing an isue) which caused problems when the XML file was being read into memory. I know I can save them down into a table on the laptop but trying to ensure that this can be done on any laptop/machine with or without SQLSERVER on it.
Any help leading me in the right direction would be helpful
Currently they are brought back and stored as binary in an XML file which last time was around 635 MB (not my design, just addressing an isue) which caused problems when the XML file was being read into memory. I know I can save them down into a table on the laptop but trying to ensure that this can be done on any laptop/machine with or without SQLSERVER on it.
Any help leading me in the right direction would be helpful