vb.net - connect to sql server 2008 r2 FILESTREAM from remote system -


i'm developing online document management application client using following technologies

  1. front end - vb.net 2010 (windows forms)
  2. back end - sql server 2008 r2 express (filestream enabled level 3)

i wanted store files (*.pdf, *.doc, *.exe, .) using filestream feature in sql server 2008 r2.

i prefer filestream because file size exceeds 2gb.

i'm able save , retrieve file filestream (using windows authentication/integrated security).

but client wants save or retrieve file different pc.

so i'm in need of accessing filestream blob remote systems.

kindly me achieve requirement.

thanks in advance valuable suggestions.

read:

like other feature in sql server, once you've connected sql server any machine, can use features. there's no difference between "local" , "remote" systems...... all client machines "remote" far sql server machine concerned....


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -