Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 How to upload files into sql server2008,filestream

Author  Topic 

jilaniworld
Starting Member

1 Post

Posted - 2010-09-01 : 01:19:10
Hi!

I have some files, and i need to upload these files into sql server 2008 by using filestream.

lets take table name as custfiles,
columns are fileid,filename,filepath,filesize.

i know config to sql server2008 but...
1.how to create table using filestream?
2.how to insert file (record) into table from .net environment?
3.how to retrive that file from .net environment?

please provide related code....

THANKS FOR ANY HELP
   

- Advertisement -